java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.atlassian.bitbucket.ServiceException | ||||
↳ | com.atlassian.bitbucket.auth.AuthenticationException |
Known Direct Subclasses |
Known Indirect Subclasses |
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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|