| 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.CaptchaAuthenticationException | ||||||
| ↳ | com.atlassian.bitbucket.auth.CaptchaRequiredAuthenticationException | ||||||
A specialisation of CaptchaAuthenticationException, thrown to indicate the user has entered their password
 incorrectly too many times in succession and is required to solve a CAPTCHA before they will be allowed to login
 again. This exception is also thrown if a CAPTCHA is required but was not provided.
 
To prevent brute force attempts to guess a user's password, the system can be configured to require a CAPTCHA after a set number of failed authentication attempts. Administrators can set the number of failed attempts allowed before a user's account will be locked.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  com.atlassian.bitbucket.ServiceException | |||||||||||
|  From class
  java.lang.Throwable | |||||||||||
|  From class
  java.lang.Object | |||||||||||