Class WebServiceClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.serviceclients.webclient.WebServiceClientException
All Implemented Interfaces:
Serializable

public class WebServiceClientException extends Exception
Indicates that a WebClient received an error from a DDS Web Service
Author:
Jonathan Ostwald
See Also:
  • Constructor Details

    • WebServiceClientException

      public WebServiceClientException()
      Constructs an Exception with no specified detail message.
    • WebServiceClientException

      public WebServiceClientException(String message)
      Constructs an Exception with the specified detail message.
      Parameters:
      message - the detailed message.