Class SOAPClientException

All Implemented Interfaces:
Serializable

public class SOAPClientException extends SOAPException
Exception indicating an error sending or receiving a SOAP message.
See Also:
  • Field Details

    • serialVersionUID

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

    • SOAPClientException

      public SOAPClientException()
      Constructor.
    • SOAPClientException

      public SOAPClientException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • SOAPClientException

      public SOAPClientException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • SOAPClientException

      public SOAPClientException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one