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
public class InvalidReCaptchaException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidReCaptchaException(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
-
-