Package rife.engine.exceptions
Class CsrfTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.engine.exceptions.EngineException
rife.engine.exceptions.CsrfTokenException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CsrfTokenInvalidException,CsrfTokenMissingException
Base class of the exceptions that the verification of a CSRF token
raises, so that they can be caught and handled together.
- Since:
- 1.10
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CsrfTokenException
-