Class CsrfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.access.AccessDeniedException
org.springframework.security.web.csrf.CsrfException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 InvalidCsrfTokenException,MissingCsrfTokenException
Thrown when an invalid or missing 
CsrfToken is found in the HttpServletRequest- Since:
 - 3.2
 - 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
- 
CsrfException
 
 -