Class UserAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
it.univr.passportease.exception.illegalstate.UserAlreadyExistsException
- All Implemented Interfaces:
Serializable
Exception thrown when a user already exists in the database.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aUserAlreadyExistsException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserAlreadyExistsException
Constructs aUserAlreadyExistsException
with the specified detail message.- Parameters:
msg
- the detail message.
-