Package com.atlassian.bitbucket.auth
Class IncorrectPasswordAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.auth.AuthenticationException
com.atlassian.bitbucket.auth.IncorrectPasswordAuthenticationException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectPasswordAuthenticationException
-