Package org.apache.axiom.soap
Class SOAPProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.axiom.om.OMException
org.apache.axiom.soap.SOAPProcessingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSOAPProcessingException
(String message) SOAPProcessingException
(String messageText, String faultCode) SOAPProcessingException
(String messageText, String faultCode, Throwable cause) SOAPProcessingException
(String message, Throwable cause) SOAPProcessingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SOAPProcessingException
-
SOAPProcessingException
-
SOAPProcessingException
-
SOAPProcessingException
- Parameters:
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 Fault
-
SOAPProcessingException
- Parameters:
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
-
-
Method Details
-
getFaultCode
-
setFaultCode
-