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
public class XmlRpcInvocationException extends XmlRpcException
This exception is thrown, if the server catches an exception, which is thrown by the handler.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
-
-
Constructor Summary
Constructors Constructor Description XmlRpcInvocationException(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
-
-