org.eclipse.higgins.user.account.exception
Class UserAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.user.account.exception.UserAccountException
org.eclipse.higgins.user.account.exception.UserAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class UserAlreadyExistsException
- extends UserAccountException
Throws by IUserAccountService in the attempt to add a user
account with not unique identifier
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserAlreadyExistsException
public UserAlreadyExistsException()
UserAlreadyExistsException
public UserAlreadyExistsException(String message)
UserAlreadyExistsException
public UserAlreadyExistsException(Throwable cause)
UserAlreadyExistsException
public UserAlreadyExistsException(String message,
Throwable cause)