org.openmobileis.common.user.profil
Class ProfilNotFoundException

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

public class ProfilNotFoundException
extends OpenMISException

Title: OpenMobileIS project source
Description:

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

Constructor Summary
ProfilNotFoundException()
           
ProfilNotFoundException(int logPriority)
           
ProfilNotFoundException(java.lang.String msg)
           
ProfilNotFoundException(java.lang.String msg, int logPriority)
           
ProfilNotFoundException(java.lang.String msg, java.lang.Throwable t)
           
ProfilNotFoundException(java.lang.String msg, java.lang.Throwable t, int logPriority)
           
ProfilNotFoundException(java.lang.Throwable t)
           
ProfilNotFoundException(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

ProfilNotFoundException

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

ProfilNotFoundException

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

ProfilNotFoundException

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

ProfilNotFoundException

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

ProfilNotFoundException

public ProfilNotFoundException()

ProfilNotFoundException

public ProfilNotFoundException(int logPriority)
Parameters:
logPriority -

ProfilNotFoundException

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

ProfilNotFoundException

public ProfilNotFoundException(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 2005 e-Care. All Rights Reserved.