Class XsrfFailureException

All Implemented Interfaces:
Serializable

public class XsrfFailureException extends WebworkActionFailureException
This is thrown when a request fails an XSRF check and user retry is not allowed.
Since:
v4.1
See Also:
  • Constructor Details

    • XsrfFailureException

      public XsrfFailureException(webwork.action.Action action, XsrfCheckResult xsrfCheckResult)
  • Method Details