public class IncorrectPasswordAuthenticationException extends AuthenticationException
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.Constructor and Description |
---|
IncorrectPasswordAuthenticationException(KeyedMessage message) |
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectPasswordAuthenticationException(@Nonnull KeyedMessage message)
Copyright © 2019 Atlassian. All rights reserved.