Package com.atlassian.bitbucket.auth
Class AuthenticationSystemException
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.AuthenticationSystemException
- All Implemented Interfaces:
Serializable
A specialisation of
AuthenticationException
, thrown when the underlying authentication subsystem fails
during authentication or an operation to update or query the authentication subsystem fails for some reason.
When thrown during authentication, this exception indicates that it could not be correctly attempted due to some underlying system failure, rather than due to incorrect credentials or some abnormality with the user's account.
When thrown during updates or querying of authentication subsystems its meaning will be specific to the action and context at the time and will be indicated in the exception's message.
- 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
-
AuthenticationSystemException
-
AuthenticationSystemException
-