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 SummaryConstructors Constructor Description SOAPFaultException(String newFaultcode, String newFault, String newXML)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFault()Get the Fault part of the SOAP Fault.StringgetFaultCode()Get the FaultCode part of the SOAP Fault.StringgetXML()Get the full XML of the SOAP fault.- 
Methods inherited from class org.xml.sax.SAXExceptiongetCause, getException, getMessage, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
-