org.apache.ode.bpel.runtime.monitor
Class MonitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ode.bpel.runtime.monitor.MonitorException
All Implemented Interfaces:
java.io.Serializable

public class MonitorException
extends java.lang.Exception

Error occured while monitoring process.

See Also:
Serialized Form

Constructor Summary
MonitorException(java.lang.String message)
           
MonitorException(java.lang.String message, java.lang.Throwable cause)
           
MonitorException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

MonitorException

public MonitorException(java.lang.String message)
See Also:
Exception.Exception(String)

MonitorException

public MonitorException(java.lang.String message,
                        java.lang.Throwable cause)
See Also:
Exception.Exception(String,Throwable)

MonitorException

public MonitorException(java.lang.Throwable cause)
See Also:
Exception.Exception(Throwable)=