Class CsrfTokenInvalidException

All Implemented Interfaces:
Serializable

public class CsrfTokenInvalidException extends CsrfTokenException
Thrown when a request that changes state provides a CSRF token that doesn't correspond to the token of the browser that established the session.
Since:
1.10
See Also:
  • Constructor Details

    • CsrfTokenInvalidException

      public CsrfTokenInvalidException()