ProcessNotFoundException Class

com.bea.wli.bpm.runtime
ProcessNotFoundException Class

public class ProcessNotFoundException

    extends Exception

Hierarchy
Object
  Throwable
    Exception
      ProcessNotFoundException
All Implemented Interfaces

Serializable

Constructor Summary

ProcessNotFoundException(String serviceURI, Throwable cause)

ProcessNotFoundException(String serviceURI)

 

Method Summary

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
   

Constructor Detail

ProcessNotFoundException

public ProcessNotFoundException(String serviceURI, 
                                Throwable cause)

ProcessNotFoundException

public ProcessNotFoundException(String serviceURI)
 

Method Detail

getServiceURI() Method

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