Class InvalidDirectJspCallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.web.exception.InvalidDirectJspCallException
All Implemented Interfaces:
Serializable

public class InvalidDirectJspCallException extends RuntimeException
Thrown when a Jsp is not invoked through a backing Action
Since:
v4.1
See Also:
  • Constructor Details

    • InvalidDirectJspCallException

      public InvalidDirectJspCallException(String pageName)
    • InvalidDirectJspCallException

      public InvalidDirectJspCallException(String message, String pageName)
    • InvalidDirectJspCallException

      public InvalidDirectJspCallException(String message, Throwable cause, String pageName)
    • InvalidDirectJspCallException

      public InvalidDirectJspCallException(Throwable cause, String pageName)
  • Method Details

    • getPageName

      public String getPageName()