UserAlreadyExistsException Class
- public class UserAlreadyExistsException
extends ApplicationException
Application exception class that will be thrown when an attempt is made
to create a user that already exists.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
UserAlreadyExistsException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAlreadyExistsException
public UserAlreadyExistsException()
UserAlreadyExistsException
public UserAlreadyExistsException(String
message,
Throwable
t)
- Constructor
UserAlreadyExistsException
public UserAlreadyExistsException(String
message)
- Constructor
UserAlreadyExistsException
public UserAlreadyExistsException(Throwable
t)
- Constructor