com.bea.wli.bpm.runtime
Class ProcessNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.bpm.runtime.ProcessNotFoundException
All Implemented Interfaces:
Serializable

public class ProcessNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
ProcessNotFoundException(String serviceURI)
           
ProcessNotFoundException(String serviceURI, Throwable cause)
           
 
Method Summary
 String getServiceURI()
          Returns the Service URI of the instance that could not be found.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessNotFoundException

public ProcessNotFoundException(String serviceURI,
                                Throwable cause)

ProcessNotFoundException

public ProcessNotFoundException(String serviceURI)
Method Detail

getServiceURI

public String getServiceURI()
Returns the Service URI of the instance that could not be found.