org.apache.ode.bpel.rtrep.v2.xpath20
Class WrappedFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ode.bpel.rtrep.v2.xpath20.WrappedFaultException
All Implemented Interfaces:
java.io.Serializable

public class WrappedFaultException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 FaultException _fault
           
 
Constructor Summary
WrappedFaultException(FaultException message)
           
WrappedFaultException(java.lang.String message)
           
WrappedFaultException(java.lang.String message, FaultException 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
 

Field Detail

_fault

public FaultException _fault
Constructor Detail

WrappedFaultException

public WrappedFaultException(java.lang.String message)

WrappedFaultException

public WrappedFaultException(FaultException message)

WrappedFaultException

public WrappedFaultException(java.lang.String message,
                             FaultException cause)