Class SOAP11FaultDecodingException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
      • fault

        private final Fault fault
        The SOAP 1.1. Fault element being carried.
    • Constructor Detail

      • SOAP11FaultDecodingException

        public SOAP11FaultDecodingException​(Fault soapFault)
        Constructor.
        Parameters:
        soapFault - the SOAP 1.1 fault being represented
      • SOAP11FaultDecodingException

        public SOAP11FaultDecodingException​(Fault soapFault,
                                            String message)
        Constructor.
        Parameters:
        soapFault - the SOAP 1.1 fault being represented
        message - a textual exception message
    • Method Detail

      • getFault

        public Fault getFault()
        Get the SOAP 1.1 Fault represented by the exception.
        Returns:
        the SOAP 1.1 Fault element