Class WebServiceClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.serviceclients.webclient.WebServiceClientException
- All Implemented Interfaces:
Serializable
Indicates that a WebClient received an error from a DDS Web Service
- Author:
- Jonathan Ostwald
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anExceptionwith no specified detail message.WebServiceClientException(String message) Constructs anExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebServiceClientException
public WebServiceClientException()Constructs anExceptionwith no specified detail message. -
WebServiceClientException
Constructs anExceptionwith the specified detail message.- Parameters:
message- the detailed message.
-