Package rife.engine.exceptions
Class CsrfTokenMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.engine.exceptions.EngineException
rife.engine.exceptions.CsrfTokenException
rife.engine.exceptions.CsrfTokenMissingException
- All Implemented Interfaces:
Serializable
Thrown when a request that changes state doesn't provide a CSRF token,
either because the browser didn't send a token cookie, or because the
request carries neither the token parameter nor the token header.
- 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
-
CsrfTokenMissingException
-