public class

IncorrectCaptchaAuthenticationException

extends CaptchaAuthenticationException
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.IncorrectCaptchaAuthenticationException

Class Overview

A specialisation of CaptchaAuthenticationException, thrown when the CAPTCHA response provided by the user does not match the image that was presented.

Summary

Public Constructors
IncorrectCaptchaAuthenticationException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IncorrectCaptchaAuthenticationException (KeyedMessage message)