Class XmlRpcInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.common.XmlRpcInvocationException
- All Implemented Interfaces:
Serializable
This exception is thrown, if the server catches an exception, which
is thrown by the handler.
- See Also:
-
Field Summary
FieldsFields inherited from class XmlRpcException
code, linkedException -
Constructor Summary
ConstructorsConstructorDescriptionXmlRpcInvocationException(int pCode, String pMessage, Throwable pLinkedException) Creates a new instance with the given error code, error message and cause.XmlRpcInvocationException(String pMessage, Throwable pLinkedException) Creates a new instance with the given error message and cause. -
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
-
XmlRpcInvocationException
-
XmlRpcInvocationException
-