public class WebServiceClientException
extends java.lang.Exception
| Constructor and Description |
|---|
WebServiceClientException()
Constructs an
Exception with no specified detail message. |
WebServiceClientException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public WebServiceClientException()
Exception with no specified detail message.public WebServiceClientException(java.lang.String message)
Exception with the specified detail message.message - the detailed message.