Public Member Functions | Static Private Attributes
org.apache.xmlrpc.client.XmlRpcClientException Class Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcClientException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 XmlRpcClientException (String pMessage, Throwable pCause)

Static Private Attributes

static final long serialVersionUID = 3545798797134608691L

Detailed Description

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

Definition at line 30 of file XmlRpcClientException.java.


Constructor & Destructor Documentation

org.apache.xmlrpc.client.XmlRpcClientException.XmlRpcClientException ( String  pMessage,
Throwable  pCause 
) [inline]

Create an XmlRpcClientException with the given message and underlying cause exception.

Parameters:
pMessagethe message for this exception.
pCausethe cause of the exception.

Definition at line 40 of file XmlRpcClientException.java.


Member Data Documentation

final long org.apache.xmlrpc.client.XmlRpcClientException.serialVersionUID = 3545798797134608691L [static, private]

Reimplemented from org.apache.xmlrpc.XmlRpcException.

Definition at line 31 of file XmlRpcClientException.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50