Package com.atlassian.bitbucket.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.auth.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationSystemException
,CaptchaAuthenticationException
,ExpiredAuthenticationException
,ExpiredPasswordAuthenticationException
,InactiveUserAuthenticationException
,IncorrectPasswordAuthenticationException
,NoAccessAuthenticationException
,SshAuthenticationExpiredKeyException
,SshAuthenticationInsecureKeyException
Base type for all exceptions which are thrown while processing user authentication attempts.
This base type is provided to stem the authentication exception hierarchy. However, it will usually not be desirable to process exceptions at this level. Instead, callers are encouraged to catch specific exception types where they wish to handle failures.
-
Constructor Summary
ConstructorDescriptionAuthenticationException
(KeyedMessage message) AuthenticationException
(KeyedMessage message, Throwable cause) -
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
-
AuthenticationException
-
AuthenticationException
-