Package tigase.db
Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.component.exceptions.RepositoryException
tigase.db.TigaseDBException
tigase.db.UserNotFoundException
- All Implemented Interfaces:
Serializable
The
UserNotFoundException
exception is thrown when application tries to access data for user which does
not exist in repository. Created: Wed Oct 27 14:17:44 2004
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotFoundException
(String message) Creates a newUserNotFoundException
instance.UserNotFoundException
(String message, Throwable cause) Creates a newUserNotFoundException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotFoundException
Creates a newUserNotFoundException
instance. -
UserNotFoundException
Creates a newUserNotFoundException
instance.
-