Class InvalidCSRFTokenException

All Implemented Interfaces:
Serializable

public class InvalidCSRFTokenException extends FlowExecutionException
Exception indicating a problem validating a CSRF token at runtime.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • InvalidCSRFTokenException

      public InvalidCSRFTokenException(@Nonnull String flowId, @Nullable String stateId, @Nonnull String message)
      Creates a new invalid CSRF token execution exception.
      Parameters:
      flowId - the flow where the exception occurred
      stateId - the state where the exception occurred
      message - a descriptive message