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
public class SOAPProcessingException extends OMException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SOAPProcessingException(String message)
SOAPProcessingException(String messageText, String faultCode)
SOAPProcessingException(String messageText, String faultCode, Throwable cause)
SOAPProcessingException(String message, Throwable cause)
SOAPProcessingException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFaultCode()
void
setFaultCode(String soapFaultCode)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SOAPProcessingException
public SOAPProcessingException(String message)
-
SOAPProcessingException
public SOAPProcessingException(Throwable cause)
-
SOAPProcessingException
public SOAPProcessingException(String messageText, String faultCode, Throwable cause)
- 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
-
-