Package org.apache.xmlrpc.common
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 org.apache.xmlrpc.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 org.apache.xmlrpc.XmlRpcException
getCause, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
XmlRpcInvocationException
Creates a new instance with the given error code, error message and cause. -
XmlRpcInvocationException
Creates a new instance with the given error message and cause.
-