Class InvalidPasswordException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPasswordException
    extends AuthenticationException
    This exception can be thrown when the password is invalid.
    Version:
    2.0
    Author:
    Nicklas
    See Also:
    Serialized Form
    Last modified
    $Date: 2009-04-06 14:52:39 +0200 (må, 06 apr 2009) $
    • Constructor Detail

      • InvalidPasswordException

        public InvalidPasswordException​(String login)
        Create a new InvalidPasswordException object
        Parameters:
        login - The login name for which the password is invalid
      • InvalidPasswordException

        public InvalidPasswordException​(String login,
                                        String msg)
        Create a new InvalidPasswordException object
        Parameters:
        login - The login name for which the password is invalid
        msg - An error message with more information