org.apache.ode.bpel.iapi
Class BpelEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ode.bpel.iapi.BpelEngineException
All Implemented Interfaces:
java.io.Serializable

public class BpelEngineException
extends java.lang.RuntimeException

Exception thrown by the BPEL engine / BPEL server.

See Also:
Serialized Form

Constructor Summary
BpelEngineException(java.lang.String string)
           
BpelEngineException(java.lang.String msg, java.lang.Throwable e)
           
BpelEngineException(java.lang.Throwable ex)
           
 
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

BpelEngineException

public BpelEngineException(java.lang.String msg,
                           java.lang.Throwable e)

BpelEngineException

public BpelEngineException(java.lang.Throwable ex)

BpelEngineException

public BpelEngineException(java.lang.String string)