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 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

Constructor Summary
TaskNotFoundException(TaskNotFoundException e)
           
TaskNotFoundException(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)
           
 
Method Summary
static TaskNotFoundException build(java.lang.Throwable e)
           
 org.ow2.bonita.facade.uuid.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(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)

TaskNotFoundException

public TaskNotFoundException(TaskNotFoundException e)
Method Detail

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.