Class SOAPFaultException

    • Constructor Detail

      • SOAPFaultException

        public SOAPFaultException​(String newFaultcode,
                                  String newFault,
                                  String newXML)
    • Method Detail

      • getFaultCode

        public String getFaultCode()
        Get the FaultCode part of the SOAP Fault.
        Returns:
        the FaultCode.
      • getFault

        public String getFault()
        Get the Fault part of the SOAP Fault.
        Returns:
        the Fault.
      • getXML

        public String getXML()
        Get the full XML of the SOAP fault.
        Returns:
        the XML.