Class CsrfException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCsrfTokenException, MissingCsrfTokenException

public class CsrfException extends AccessDeniedException
Thrown when an invalid or missing CsrfToken is found in the HttpServletRequest
Since:
3.2
See Also:
  • Constructor Details

    • CsrfException

      public CsrfException(String message)