Class NotUniqueUserException

All Implemented Interfaces:
Serializable

public class NotUniqueUserException extends UserException
The Class NotUniqueUserException.
See Also:
  • Constructor Details

    • 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 message
      cause - the cause
    • NotUniqueUserException

      public NotUniqueUserException(Throwable cause)
      Instantiates a new not unique user exception.
      Parameters:
      cause - the cause
    • NotUniqueUserException

      public NotUniqueUserException(Throwable cause, String email)
      Instantiates a new not unique user exception.
      Parameters:
      cause - the cause
      email - the email
  • Method Details

    • getEmail

      public String getEmail()
      Gets the email.
      Returns:
      the email