Class XmlRpcClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.client.XmlRpcClientException
- All Implemented Interfaces:
Serializable
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
- See Also:
-
Field Summary
FieldsFields inherited from class XmlRpcException
code, linkedException -
Constructor Summary
ConstructorsConstructorDescriptionXmlRpcClientException(String pMessage, Throwable pCause) Create an XmlRpcClientException with the given message and underlying cause exception. -
Method Summary
Methods inherited from class XmlRpcException
getCause, printStackTrace, printStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
XmlRpcClientException
-