Package fr.becpg.repo.authentication
Class UserAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.becpg.common.BeCPGException
fr.becpg.repo.authentication.UserAlreadyExistsException
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to create a user that already exists.
- Version:
- $Id: $Id
- Author:
- matthieu
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longgenerated serial number -
Constructor Summary
ConstructorsConstructorDescriptionUserAlreadyExistsException(String message) Instantiates a new user already exists exception.UserAlreadyExistsException(String message, Throwable cause) Constructor for UserAlreadyExistsException.Constructor for UserAlreadyExistsException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDgenerated serial number- See Also:
-
-
Constructor Details
-
UserAlreadyExistsException
Instantiates a new user already exists exception.- Parameters:
message- the message
-
UserAlreadyExistsException
Constructor for UserAlreadyExistsException.
-
UserAlreadyExistsException
Constructor for UserAlreadyExistsException.
- Parameters:
cause- aThrowableobject.
-