DLESE Tools
v1.6.0

org.dlese.dpc.serviceclients.webclient
Class WebServiceClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
WebServiceClientException()
          Constructs an Exception with no specified detail message.
WebServiceClientException(String message)
          Constructs an Exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

DLESE Tools
v1.6.0