com.atlassian.jira.config.webwork
Class ActionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
ActionNotFoundException(String actionName)
           
 
Method Summary
 String getActionName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionNotFoundException

public ActionNotFoundException(String actionName)
Method Detail

getActionName

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.