Class CaptchaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.europeana.api.commons.error.EuropeanaApiException
eu.europeana.apikey.exception.CaptchaException
All Implemented Interfaces:
Serializable

public class CaptchaException extends eu.europeana.api.commons.error.EuropeanaApiException
Exception thrown when the captcha could not be validated
Author:
Patrick Ehlert Created on 18 nov 2019 Modified on 4 Feb 2021
See Also:
  • Constructor Details

    • CaptchaException

      public CaptchaException(String message)
      Instantiates a new Captcha exception.
      Parameters:
      message - the message
  • Method Details

    • getResponseStatus

      public org.springframework.http.HttpStatus getResponseStatus()
      Overrides:
      getResponseStatus in class eu.europeana.api.commons.error.EuropeanaApiException