org.ow2.bonita.facade.exception
Class ActivityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.ActivityNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ActivityNotFoundException
- extends BonitaException
Thrown by methods of QueryDefinitionAPI, QueryRuntimeAPI, RuntimeAPI if
the runtime information of the recorded activity is not 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 |
ActivityNotFoundException
public ActivityNotFoundException(java.lang.String id,
ProcessInstanceUUID instanceUUID,
java.lang.String activityId)
ActivityNotFoundException
public ActivityNotFoundException(java.lang.String id,
ProcessInstanceUUID instanceUUID,
java.lang.String activityId,
java.lang.String iterationId)
ActivityNotFoundException
public ActivityNotFoundException(java.lang.String id,
ProcessDefinitionUUID processId,
java.lang.String activityId)
ActivityNotFoundException
public ActivityNotFoundException(java.lang.String id,
ActivityInstanceUUID activityUUID)
getActivityId
public java.lang.String getActivityId()
getIterationId
public java.lang.String getIterationId()
getInstanceUUID
public ProcessInstanceUUID getInstanceUUID()
getProcessUUID
public ProcessDefinitionUUID getProcessUUID()
getActivityUUID
public ActivityInstanceUUID getActivityUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.