Class CsrfTokenException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CsrfTokenInvalidException, CsrfTokenMissingException

public abstract class CsrfTokenException extends EngineException
Base class of the exceptions that the verification of a CSRF token raises, so that they can be caught and handled together.
Since:
1.10
See Also:
  • Constructor Details

    • CsrfTokenException

      protected CsrfTokenException(String message)