|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.client.XmlRpcClientException
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
Field Summary |
Fields inherited from class org.apache.xmlrpc.XmlRpcException |
code, linkedException |
Constructor Summary | |
XmlRpcClientException(java.lang.String pMessage,
java.lang.Throwable pCause)
Create an XmlRpcClientException with the given message and underlying cause exception. |
Methods inherited from class org.apache.xmlrpc.XmlRpcException |
printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XmlRpcClientException(java.lang.String pMessage, java.lang.Throwable pCause)
pMessage
- the message for this exception.pCause
- the cause of the exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |