|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
com.adobe.idp.taskmanager.dsc.client.task.ActionNotFoundException
public class ActionNotFoundException
Exception thrown when a form action is not found. Form actions are copied to forms from routes.
| 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 |
|---|
public ActionNotFoundException(long aTaskId,
java.lang.String aMessage)
aTaskId - The task identifier for the action that was not found.aMessage - The error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||