Package eu.europeana.apikey.exception
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 Summary
Constructors -
Method Summary
Methods inherited from class eu.europeana.api.commons.error.EuropeanaApiException
doExposeMessage, doLog, doLogStacktrace, getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CaptchaException
Instantiates a new Captcha exception.- Parameters:
message- the message
-
-
Method Details
-
getResponseStatus
public org.springframework.http.HttpStatus getResponseStatus()- Overrides:
getResponseStatusin classeu.europeana.api.commons.error.EuropeanaApiException
-