Package org.dspace.eperson
Class InvalidReCaptchaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.eperson.InvalidReCaptchaException
- All Implemented Interfaces:
Serializable
This class provides an exception to be used when trying to register a new EPerson
and Captcha validations failed.
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidReCaptchaException(String message) InvalidReCaptchaException(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidReCaptchaException
-
InvalidReCaptchaException
-