com.adobe.idp.taskmanager.dsc.client.task
Class ActionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
              extended by com.adobe.idp.taskmanager.dsc.client.task.ActionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ActionNotFoundException
extends TaskManagerException

Exception thrown when a form action is not found. Form actions are copied to forms from routes.

See Also:
Serialized Form

Constructor Summary
ActionNotFoundException(long aTaskId, java.lang.String aMessage)
          Construct a new exception when an action is not found.
 
Method Summary
 
Methods inherited from class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
getLocalizedMessage, getMessage, getRootCause, getTaskId, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionNotFoundException

public ActionNotFoundException(long aTaskId,
                               java.lang.String aMessage)
Construct a new exception when an action is not found.

Parameters:
aTaskId - The task identifier for the action that was not found.
aMessage - The error message.


[an error occurred while processing this directive] [an error occurred while processing this directive]