org.ow2.petals.bpel.engine
Class BPELEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by org.ow2.petals.component.framework.api.exception.PEtALSCDKException
                  extended by org.ow2.petals.bpel.engine.BPELEngineException
All Implemented Interfaces:
java.io.Serializable

public class BPELEngineException
extends org.ow2.petals.component.framework.api.exception.PEtALSCDKException

The Orchestra exception class

Author:
Nicolas SALATGE - eBMWebSourcing
See Also:
Serialized Form

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

Parameters:
msg - the msg exception

BPELEngineException

public BPELEngineException(java.lang.String message,
                           java.lang.Throwable cause)
Constructor

Parameters:
message - the message
cause - the cause

BPELEngineException

public BPELEngineException(java.lang.Throwable cause)
Constructor

Parameters:
cause - the cause


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.