org.apache.xmlrpc.client

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.

This class replaces the class org.apache.xmlrpc.XmlRpcClientException from Apache XML-RPC 2.0

Since: 3.0

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

Constructor Detail

XmlRpcClientException

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

Parameters: pMessage the message for this exception. pCause the cause of the exception.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.