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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SOAPProcessingException
public SOAPProcessingException(String message)
- Eran Chinthaka (chinthaka@apache.org)
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
SOAPProcessingException
public SOAPProcessingException(String messageText,
String faultCode)
- 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
getFaultCode
public String getFaultCode()
setFaultCode
public void setFaultCode(String soapFaultCode)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.