Class InvalidPasswordException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPasswordException
    extends BaseException
    Exceptions of this type are thrown when user tries to log in, but the password is incorrect.
    Since:
    2.0
    Version:
    2.0
    Author:
    Nicklas
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPasswordException

        public InvalidPasswordException​(String message)
        Create a new InvalidPasswordException object with the specified message
        Parameters:
        message - The message to throw with the exception
      • InvalidPasswordException

        public InvalidPasswordException​(String message,
                                        Throwable cause)
        Create a new InvalidPasswordException object with the specified message
        Parameters:
        message - The message to throw with the exception
        cause - The cause of the exception
        Since:
        3.0