Package com.atlassian.jira.web.exception
Class InvalidDirectJspCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.web.exception.InvalidDirectJspCallException
- All Implemented Interfaces:
Serializable
Thrown when a Jsp is not invoked through a backing
Action
- Since:
- v4.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDirectJspCallException
(String pageName) InvalidDirectJspCallException
(String message, String pageName) InvalidDirectJspCallException
(String message, Throwable cause, String pageName) InvalidDirectJspCallException
(Throwable cause, String pageName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDirectJspCallException
-
InvalidDirectJspCallException
-
InvalidDirectJspCallException
-
InvalidDirectJspCallException
-
-
Method Details
-
getPageName
-