Class SOAP11FaultDecodingException

All Implemented Interfaces:
Serializable

public class SOAP11FaultDecodingException extends MessageDecodingException
Specialized message decoding exception type for carrying a SOAP 1.1 Fault element.
See Also:
  • Field Details

    • serialVersionUID

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

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

    • 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 Details

    • getFault

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