Package org.xwiki.captcha
Class CaptchaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.captcha.CaptchaException
-
- All Implemented Interfaces:
Serializable
public class CaptchaException extends Exception
Exception in the CAPTCHA module's operations.- Since:
- 10.8RC1
- Version:
- $Id: d9418bac724f20a2fbe5f46ecc51e5a4fa705b80 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaptchaException(String message, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-