ProfileNotFoundException Class

com.bea.p13n.usermgmt.profile
ProfileNotFoundException Class

public class ProfileNotFoundException

    extends ApplicationException

Application exception to signify that a requested profile could not be found in the database.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        ProfileNotFoundException
All Implemented Interfaces

Serializable
Direct Known Subclasses

SuccessorNotFoundException

Constructor Summary

ProfileNotFoundException()

ProfileNotFoundException(String message, Throwable t)

Constructor
ProfileNotFoundException(String message)

Constructor
ProfileNotFoundException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ProfileNotFoundException

public ProfileNotFoundException()

ProfileNotFoundException

public ProfileNotFoundException(String message, 
                                Throwable t)
Constructor

ProfileNotFoundException

public ProfileNotFoundException(String message)
Constructor

ProfileNotFoundException

public ProfileNotFoundException(Throwable t)
Constructor