Package com.atlassian.jira.security.xsrf
Class XsrfFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.security.WebworkActionFailureException
com.atlassian.jira.security.xsrf.XsrfFailureException
- All Implemented Interfaces:
Serializable
This is thrown when a request fails an XSRF check and user retry is not allowed.
- Since:
- v4.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXsrfFailureException
(webwork.action.Action action, XsrfCheckResult xsrfCheckResult) -
Method Summary
Methods inherited from class com.atlassian.jira.security.WebworkActionFailureException
getAction, getActionAndCommandNameIfAvailable, getActionAndCommandNameIfAvailable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XsrfFailureException
-
-
Method Details
-
getXsrfCheckResult
-