ProcessInstanceNotFoundException Class
- public class ProcessInstanceNotFoundException
extends Exception
This exception is thrown when a process instance could not be located because it no longer exists.
Related Topics
com.bea.wli.management.runtime.ProcessRuntimeMBean
-
Hierarchy
-
Object
Throwable
Exception
ProcessInstanceNotFoundException
-
All Implemented Interfaces
-
Serializable
public String |
-
getInstanceId()
- Returns the instance (conversation) id of the instance that could not be found.
|
public String |
-
getServiceURI()
- Returns the Service URI of the instance that could not be found.
|
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessInstanceNotFoundException
public ProcessInstanceNotFoundException(String serviceURI,
String instanceId,
Throwable cause)
ProcessInstanceNotFoundException
public ProcessInstanceNotFoundException(String serviceURI,
String instanceId)
getInstanceId() Method
public String getInstanceId()
Returns the instance (conversation) id of the instance that could not be found.
getServiceURI() Method
public String getServiceURI()
Returns the Service URI of the instance that could not be found.