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
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 |
ProfileNotFoundException
public ProfileNotFoundException()
ProfileNotFoundException
public ProfileNotFoundException(String
message,
Throwable
t)
- Constructor
ProfileNotFoundException
public ProfileNotFoundException(String
message)
- Constructor
ProfileNotFoundException
public ProfileNotFoundException(Throwable
t)
- Constructor