org.apache.xmlrpc
public class XmlRpcClientException extends XmlRpcException
Since: 1.2
Version: $Id: XmlRpcClientException.java 233944 2005-05-02 04:22:21Z dlr $
| Constructor Summary | |
|---|---|
| XmlRpcClientException(String message, Throwable cause)
Create an XmlRpcClientException with the given message and
underlying cause exception.
| |
Parameters: message the message for this exception. cause the cause of the exception.