com.bea.wli.bpm.runtime
Class ProcessInstanceUnavailableException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.wli.bpm.runtime.ProcessInstanceUnavailableException
- All Implemented Interfaces: 
 - Serializable
 
public class ProcessInstanceUnavailableException
- extends Exception
 
This exception is thrown when a process instance could not be invoked because it is in a state
 which prevents invocation.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ProcessInstanceUnavailableException
public ProcessInstanceUnavailableException(String serviceURI,
                                           String instanceId,
                                           ProcessStatus status)
getServiceURI
public String getServiceURI()
- Returns the Service URI of the instance that is not available.
 
 
getInstanceId
public String getInstanceId()
- Returns the instance (conversation) id of the instance that is not available.
 
 
getStatus
public ProcessStatus getStatus()
- Returns the status that is causing this process to be unavailable.