Class WebServiceIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebServiceTransportException

public class WebServiceIOException extends WebServiceClientException
Exception thrown whenever an I/O error occurs on the client-side.
Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • WebServiceIOException

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

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