org.ow2.bonita.facade.exception
Class TaskNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.bonita.util.BonitaException
              extended by org.ow2.bonita.facade.exception.TaskNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TaskNotFoundException
extends 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

Constructor Summary
TaskNotFoundException(java.lang.String id, TaskUUID taskUUID)
           
TaskNotFoundException(TaskNotFoundException e)
           
 
Method Summary
static TaskNotFoundException build(java.lang.String id, 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

TaskNotFoundException

public TaskNotFoundException(java.lang.String id,
                             TaskUUID taskUUID)

TaskNotFoundException

public TaskNotFoundException(TaskNotFoundException e)
Method Detail

build

public static TaskNotFoundException build(java.lang.String id,
                                          java.lang.Throwable e)

getTaskUUID

public TaskUUID getTaskUUID()


Copyright © 2009 OW2 Consortium. All Rights Reserved.