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:
- java.io.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SOAPProcessingException
public SOAPProcessingException(java.lang.String message)
- Eran Chinthaka (chinthaka@apache.org)
SOAPProcessingException
public SOAPProcessingException(java.lang.Throwable cause)
SOAPProcessingException
public SOAPProcessingException(java.lang.String messageText,
java.lang.String faultCode,
java.lang.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(java.lang.String messageText,
java.lang.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 java.lang.String getFaultCode()
setFaultCode
public void setFaultCode(java.lang.String soapFaultCode)
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.