Class NotUniqueUserException

    • 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 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 Detail

      • getEmail

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