Class IncorrectPasswordAuthenticationException

All Implemented Interfaces:
Serializable

public class IncorrectPasswordAuthenticationException extends AuthenticationException
A specialisation of AuthenticationException, thrown to indicate the password supplied during an authentication attempt does not match the password on record. It is also thrown when a user attempts to change their password but the current password they provide does not match the password on record.
See Also:
  • Constructor Details

    • IncorrectPasswordAuthenticationException

      public IncorrectPasswordAuthenticationException(@Nonnull KeyedMessage message)