Class SOAPProcessingException

    • Constructor Detail

      • SOAPProcessingException

        public SOAPProcessingException​(String message)
      • SOAPProcessingException

        public SOAPProcessingException​(Throwable cause)
      • SOAPProcessingException

        public SOAPProcessingException​(String message,
                                       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 Fault
        faultCode - - this will appear as the Value in the Code information item of SOAP Fault
        cause - - 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 Fault
        faultCode - - this will appear as the Value in the Code information item of SOAP Fault
    • Method Detail

      • getFaultCode

        public String getFaultCode()
      • setFaultCode

        public void setFaultCode​(String soapFaultCode)