org.apache.xmlrpc
Class XmlRpcClientException
public class XmlRpcClientException
This is thrown by many of the client classes if an error occured processing
and XML-RPC request or response due to client side processing. This exception
will wrap a cause exception in the JDK 1.4 style.
$Id: XmlRpcClientException.java 233944 2005-05-02 04:22:21Z dlr $
XmlRpcClientException(String message, Throwable cause)- Create an XmlRpcClientException with the given message and
underlying cause exception.
|
XmlRpcClientException
public XmlRpcClientException(String message,
Throwable cause) Create an XmlRpcClientException with the given message and
underlying cause exception.
message - the message for this exception.cause - the cause of the exception.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.