Package eu.europeana.apikey.exception
Class CaptchaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.europeana.apikey.exception.ApiKeyException
-
- eu.europeana.apikey.exception.CaptchaException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNAUTHORIZED) public class CaptchaException extends ApiKeyException
Exception thrown when the captcha could not be validated- Author:
- Patrick Ehlert Created on 18 nov 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaptchaException(String message)
-
Method Summary
-
Methods inherited from class eu.europeana.apikey.exception.ApiKeyException
doLog, doLogStacktrace, getError, getMessage, getStatus, getTimestamp
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CaptchaException
public CaptchaException(String message)
-
-