org.apache.xmlrpc

Class XmlRpcClientException

public class XmlRpcClientException extends XmlRpcException

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.

Since: 1.2

Version: $Id: XmlRpcClientException.java 233944 2005-05-02 04:22:21Z dlr $

Author: Andrew Evers

Constructor Summary
XmlRpcClientException(String message, Throwable cause)
Create an XmlRpcClientException with the given message and underlying cause exception.

Constructor Detail

XmlRpcClientException

public 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.

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.