Package org.genesys.blocks.security
Class NotUniqueUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.genesys.blocks.security.UserException
org.genesys.blocks.security.NotUniqueUserException
- All Implemented Interfaces:
Serializable
The Class NotUniqueUserException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new not unique user exception.NotUniqueUserException(String message) Instantiates a new not unique user exception.NotUniqueUserException(String message, Throwable cause) Instantiates a new not unique user exception.NotUniqueUserException(Throwable cause) Instantiates a new not unique user exception.NotUniqueUserException(Throwable cause, String email) Instantiates a new not unique user exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotUniqueUserException
public NotUniqueUserException()Instantiates a new not unique user exception. -
NotUniqueUserException
Instantiates a new not unique user exception.- Parameters:
message- the message
-
NotUniqueUserException
Instantiates a new not unique user exception.- Parameters:
message- the messagecause- the cause
-
NotUniqueUserException
Instantiates a new not unique user exception.- Parameters:
cause- the cause
-
NotUniqueUserException
Instantiates a new not unique user exception.- Parameters:
cause- the causeemail- the email
-
-
Method Details
-
getEmail
Gets the email.- Returns:
- the email
-