Package com.redwood.scheduler.api.soap
Class SOAPFaultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- com.redwood.scheduler.api.soap.SOAPFaultException
-
- All Implemented Interfaces:
Serializable
public final class SOAPFaultException extends SAXException
An SOAP fault from the remote side.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SOAPFaultException(String newFaultcode, String newFault, String newXML)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFault()
Get the Fault part of the SOAP Fault.String
getFaultCode()
Get the FaultCode part of the SOAP Fault.String
getXML()
Get the full XML of the SOAP fault.-
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-