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
public class UserNotFoundException extends TigaseDBException
TheUserNotFoundExceptionexception is thrown when application tries to access data for user which does not exist in repository.Created: Wed Oct 27 14:17:44 2004
- Version:
- $Rev$
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserNotFoundException(String message)Creates a newUserNotFoundExceptioninstance.UserNotFoundException(String message, Throwable cause)Creates a newUserNotFoundExceptioninstance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-