public class SOAPProcessingException extends OMException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private java.lang.String |
soapFaultCode |
| Constructor and Description |
|---|
SOAPProcessingException(java.lang.String message) |
SOAPProcessingException(java.lang.String messageText,
java.lang.String faultCode) |
SOAPProcessingException(java.lang.String messageText,
java.lang.String faultCode,
java.lang.Throwable cause) |
SOAPProcessingException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFaultCode() |
void |
setFaultCode(java.lang.String soapFaultCode) |
private static final long serialVersionUID
private java.lang.String soapFaultCode
public SOAPProcessingException(java.lang.String message)
public SOAPProcessingException(java.lang.Throwable cause)
public SOAPProcessingException(java.lang.String messageText,
java.lang.String faultCode,
java.lang.Throwable cause)
messageText - - this will appear as the Text in the Reason information item of SOAP
FaultfaultCode - - this will appear as the Value in the Code information item of SOAP
Faultcause - - this will appear under the Detail information item of SOAP Faultpublic SOAPProcessingException(java.lang.String messageText,
java.lang.String faultCode)
messageText - - this will appear as the Text in the Reason information item of SOAP
FaultfaultCode - - this will appear as the Value in the Code information item of SOAP
Fault