Class MissingCsrfTokenException

All Implemented Interfaces:
Serializable

public class MissingCsrfTokenException extends CsrfException
Thrown when no expected CsrfToken is found but is required.
Since:
3.2
See Also:
  • Constructor Details

    • MissingCsrfTokenException

      public MissingCsrfTokenException(String actualToken)