|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException redstone.xmlrpc.XmlRpcException
public class XmlRpcException
The exception thrown by the XML-RPC library in case of serialization or network problems. If a call is successfully made but the remote XML-RPC service returns a fault message, an XmlRpcFault exception will be thrown.
Constructor Summary | |
---|---|
XmlRpcException(java.lang.String message)
Creates a new exception with the supplied message. |
|
XmlRpcException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the supplied message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XmlRpcException(java.lang.String message)
message
- The exception message.public XmlRpcException(java.lang.String message, java.lang.Throwable cause)
message
- The error message.cause
- The original cause leading to the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |