Package tigase.db
Class UserExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.component.exceptions.RepositoryException
tigase.db.TigaseDBException
tigase.db.UserExistsException
- All Implemented Interfaces:
Serializable
The
UserExistsException
is thrown when application tries to add new user with user ID which already
exists in repository. According to UserRepository
specification there can be the only one registered
user with particular ID. Created: Wed Oct 27 14:17:44 2004
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserExistsException
(String message) UserExistsException
(String message, Throwable cause) UserExistsException
(BareJID user, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserExistsException
-
UserExistsException
-
UserExistsException
-
-
Method Details
-
getUserId
-