Package com.atlassian.jira.security
Class WebworkActionFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.security.WebworkActionFailureException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequestMethodCheckFailureException
,XsrfFailureException
Base class for Webwork action failure exceptions
- Since:
- v9.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwebwork.action.Action
static String
getActionAndCommandNameIfAvailable
(webwork.action.Action action) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebworkActionFailureException
public WebworkActionFailureException(webwork.action.Action action)
-
-
Method Details
-
getActionAndCommandNameIfAvailable
-
getAction
public webwork.action.Action getAction() -
getActionAndCommandNameIfAvailable
-