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.
Version:
$Id: XmlRpcClientException.java 233944 2005-05-02 04:22:21Z dlr $
Author:
Andrew Evers
Since:
1.2

Field Summary

Fields inherited from class org.apache.xmlrpc.XmlRpcException

cause, code

Constructor Summary

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

Method Summary

Methods inherited from class org.apache.xmlrpc.XmlRpcException

getCause

Constructor Details

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.