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
public class NotUniqueUserException extends UserException
The Class NotUniqueUserException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotUniqueUserException()Instantiates 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()Gets the email.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotUniqueUserException
public NotUniqueUserException()
Instantiates a new not unique user exception.
-
NotUniqueUserException
public NotUniqueUserException(String message)
Instantiates a new not unique user exception.- Parameters:
message- the message
-
NotUniqueUserException
public NotUniqueUserException(String message, Throwable cause)
Instantiates a new not unique user exception.- Parameters:
message- the messagecause- the cause
-
NotUniqueUserException
public NotUniqueUserException(Throwable cause)
Instantiates a new not unique user exception.- Parameters:
cause- the cause
-
-
Method Detail
-
getEmail
public String getEmail()
Gets the email.- Returns:
- the email
-
-