org.ow2.bonita.facade.exception
Class InstanceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.InstanceNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class InstanceNotFoundException
- extends org.ow2.bonita.util.BonitaException
Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime
information for the instance 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 |
InstanceNotFoundException
public InstanceNotFoundException(org.ow2.bonita.facade.uuid.ProcessInstanceUUID instanceUUID)
InstanceNotFoundException
public InstanceNotFoundException(InstanceNotFoundException e)
build
public static InstanceNotFoundException build(java.lang.Throwable e)
getInstanceUUID
public org.ow2.bonita.facade.uuid.ProcessInstanceUUID getInstanceUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.