Class WebServiceTransportException

All Implemented Interfaces:
Serializable

public class WebServiceTransportException extends WebServiceIOException
Exception thrown whenever a transport error occurs on the client-side.
Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • WebServiceTransportException

      public WebServiceTransportException(String msg)
      Create a new instance of the WebServiceTransportException class.
      Parameters:
      msg - the detail message
    • WebServiceTransportException

      public WebServiceTransportException(String msg, TransportException ex)
      Create a new instance of the WebServiceTransportException class.
      Parameters:
      msg - the detail message
      ex - the root TransportException