| 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 | |||||
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||