org.openmobileis.common.user.profil
Class ProfileNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openmobileis.common.util.exception.OpenMISException
              extended byorg.openmobileis.common.user.profil.ProfileNotFoundException
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable

public class ProfileNotFoundException
extends OpenMISException

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu
See Also:
Serialized Form

Constructor Summary
ProfileNotFoundException()
           
ProfileNotFoundException(int logPriority)
           
ProfileNotFoundException(java.lang.String msg)
           
ProfileNotFoundException(java.lang.String msg, int logPriority)
           
ProfileNotFoundException(java.lang.String msg, java.lang.Throwable t)
           
ProfileNotFoundException(java.lang.String msg, java.lang.Throwable t, int logPriority)
           
ProfileNotFoundException(java.lang.Throwable t)
           
ProfileNotFoundException(java.lang.Throwable t, int logPriority)
           
 
Method Summary
 int getService()
          return the service assocated to the exception
 
Methods inherited from class org.openmobileis.common.util.exception.OpenMISException
getNestedError, getPriority, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileNotFoundException

public ProfileNotFoundException(java.lang.String msg)
Parameters:
msg -

ProfileNotFoundException

public ProfileNotFoundException(java.lang.String msg,
                                int logPriority)
Parameters:
msg -
logPriority -

ProfileNotFoundException

public ProfileNotFoundException(java.lang.String msg,
                                java.lang.Throwable t)
Parameters:
msg -
t -

ProfileNotFoundException

public ProfileNotFoundException(java.lang.String msg,
                                java.lang.Throwable t,
                                int logPriority)
Parameters:
msg -
t -
logPriority -

ProfileNotFoundException

public ProfileNotFoundException()

ProfileNotFoundException

public ProfileNotFoundException(int logPriority)
Parameters:
logPriority -

ProfileNotFoundException

public ProfileNotFoundException(java.lang.Throwable t)
Parameters:
t -

ProfileNotFoundException

public ProfileNotFoundException(java.lang.Throwable t,
                                int logPriority)
Parameters:
t -
logPriority -
Method Detail

getService

public int getService()
Description copied from class: OpenMISException
return the service assocated to the exception

Specified by:
getService in class OpenMISException
Returns:
int the service int identified associated with the execption
See Also:
LogServices


Copyright 2006 OpenMobileIS. All Rights Reserved.