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 |
A specialisation of AuthenticationException
, thrown when the underlying authentication subsystem fails.
This exception indicates authentication could not be correctly attempted due to some underlying failure, rather
than a case where authentication was attempted and failed due to incorrect credentials or some abnormality with
the user's account.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|