Packagecom.adobe.idp.taskmanager.dsc.client.task
Classpublic class ActionNotFoundException
InheritanceActionNotFoundException Inheritance TaskManagerException

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



Public Methods
 MethodDefined By
  
ActionNotFoundException(long aTaskId, String aMessage)
Construct a new exception when an action is not found.
ActionNotFoundException
 Inherited
Retrieves the localized description of this exception.
 Inherited
String getMessage()
Retrieves the error message for this exception.
 Inherited
Throwable getRootCause()
Retrieves the root exception.
 Inherited
long getTaskId()
Retrieves the task identifier associated with this exception, if it exists.
 Inherited
Prints this exception and its stack trace to the standard error stream.
 Inherited
void printStackTrace(PrintStream ps)
Prints this exception and its stack trace to the specified print stream.
 Inherited
void printStackTrace(PrintWriter pw)
Prints this exception and its stack trace to the specified print writer.
 Inherited
String toString()
Retrieves the short description of this exception.
Constructor Detail
ActionNotFoundException()
public ActionNotFoundException(long aTaskId, 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.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/task/ActionNotFoundException.html