Class ActionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.config.webwork.ActionNotFoundException
All Implemented Interfaces:
Serializable

public class ActionNotFoundException extends Exception
Thrown when a WebWork action was not found.
Since:
v5.0
See Also:
  • Constructor Details

    • ActionNotFoundException

      public ActionNotFoundException(String actionName)
  • Method Details

    • getActionName

      public String getActionName()
      Returns:
      the name of the action that was not found