|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.TaskNotFoundException
public class TaskNotFoundException
Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found.
Constructor Summary | |
---|---|
TaskNotFoundException(TaskNotFoundException e)
|
|
TaskNotFoundException(TaskUUID taskUUID)
|
Method Summary | |
---|---|
static TaskNotFoundException |
build(java.lang.Throwable e)
|
TaskUUID |
getTaskUUID()
|
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 |
---|
public TaskNotFoundException(TaskUUID taskUUID)
public TaskNotFoundException(TaskNotFoundException e)
Method Detail |
---|
public static TaskNotFoundException build(java.lang.Throwable e)
public TaskUUID getTaskUUID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |