Class CsrfTokenMissingException

All Implemented Interfaces:
Serializable

public class CsrfTokenMissingException extends CsrfTokenException
Thrown when a request that changes state doesn't provide a CSRF token, either because the browser didn't send a token cookie, or because the request carries neither the token parameter nor the token header.
Since:
1.10
See Also:
  • Constructor Details

    • CsrfTokenMissingException

      public CsrfTokenMissingException(String detail)