public class UserExistsException extends TigaseDBException
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
| Constructor and Description |
|---|
UserExistsException(String message)
Creates a new
UserExistsException instance. |
UserExistsException(String message,
Throwable cause)
Creates a new
UserExistsException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015 "Tigase, Inc.". All rights reserved.