|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Exception Summary | |
|---|---|
| DocumentException |
All exceptions based on this exception will be transform in a SOAP Fault
according to the following rules:
the fault code is set with the value returned by
FaultException.getFaultCode(),
the fault string is set with the value returned by
Throwable.getMessage(),
the fault actor is set with the value returned by
FaultException.getFaultActor(),
the detail is set with the exception document returned by
DocumentException.getDocument()(). |
| FaultException |
All exceptions based on this exception will be transform in a SOAP Fault
according to the following rules:
the fault code is set with the value returned by
FaultException.getFaultCode(),
the fault string is set with the value returned by
Throwable.getMessage(),
the fault actor is set with the value returned by
FaultException.getFaultActor(),
the detail is set with the exception stack trace. |
| PEtALSCDKException | The generic CDK exception. |
| SOAP11FaultClientException | This exception represents the fault named "Client" pre-defined in the specifications of SOAP 1.1. |
| SOAP11FaultServerException | This exception represents the fault named "Server" pre-defined in the specifications of SOAP 1.1. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||