java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jooby.exception.StatusCodeException
io.jooby.exception.ForbiddenException
io.jooby.exception.InvalidCsrfToken
- All Implemented Interfaces:
Serializable
Generate by CSRF handler.
- Since:
- 2.5.2
- Author:
- edgar
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jooby.exception.StatusCodeException
getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCsrfToken
Creates a new exception.- Parameters:
token
- Token ornull
.
-