org.apache.tuscany.sca.implementation.bpel.ode
Class ODEShutdownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.sca.implementation.bpel.ode.ODEShutdownException
All Implemented Interfaces:
java.io.Serializable

public class ODEShutdownException
extends java.lang.RuntimeException

Thrown when ODE failed to shutdown.

See Also:
Serialized Form

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

ODEShutdownException

public ODEShutdownException(java.lang.Throwable cause)

ODEShutdownException

public ODEShutdownException(java.lang.String message)

ODEShutdownException

public ODEShutdownException(java.lang.String message,
                            java.lang.Throwable cause)