Class 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:
  • Constructor Details

    • InvalidReCaptchaException

      public InvalidReCaptchaException(String message)
    • InvalidReCaptchaException

      public InvalidReCaptchaException(String message, Exception cause)