|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ode.bpel.rtrep.v1.xpath20.WrappedFaultException
public class WrappedFaultException
Wrap a fault in a jaxen exception
| 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 |
|---|
public FaultException _fault
| Constructor Detail |
|---|
public WrappedFaultException(java.lang.String message)
public WrappedFaultException(FaultException message)
public WrappedFaultException(java.lang.String message,
FaultException cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||