|
|||||||||
| Home >> All >> org >> apache >> [ xmlrpc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xmlrpc
Class XmlRpcClientException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.XmlRpcClientException
- All Implemented Interfaces:
- java.io.Serializable
- 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,v 1.3 2005/05/02 04:22:21 dlr Exp $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.apache.xmlrpc.XmlRpcException |
code |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
XmlRpcClientException(java.lang.String message,
java.lang.Throwable cause)
Create an XmlRpcClientException with the given message and underlying cause exception. |
|
| Methods inherited from class org.apache.xmlrpc.XmlRpcException |
getCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
XmlRpcClientException
public XmlRpcClientException(java.lang.String message, java.lang.Throwable cause)
- Create an XmlRpcClientException with the given message and
underlying cause exception.
|
|||||||||
| Home >> All >> org >> apache >> [ xmlrpc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC