org.ow2.bonita.facade.exception
Class TaskNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.TaskNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class TaskNotFoundException
- extends org.ow2.bonita.util.BonitaException
Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information
of the task has not been found.
- Author:
- Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
- See Also:
- Serialized Form
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 |
TaskNotFoundException
public TaskNotFoundException(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)
TaskNotFoundException
public TaskNotFoundException(TaskNotFoundException e)
build
public static TaskNotFoundException build(java.lang.Throwable e)
getTaskUUID
public org.ow2.bonita.facade.uuid.TaskUUID getTaskUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.