This page, and any PDF documents linked on this page, are no longer maintained and may not meet accessibility standards. To request an accessible version of any content, please contact us.
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: java.io.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
Constructor Summary
XmlRpcInvocationException (int pCode,
java.lang.String pMessage,
java.lang.Throwable pLinkedException)
Creates a new instance with the given error code, error message
and cause.
XmlRpcInvocationException (java.lang.String pMessage,
java.lang.Throwable pLinkedException)
Creates a new instance with the given error message and cause.
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
XmlRpcInvocationException
public XmlRpcInvocationException (int pCode,
java.lang.String pMessage,
java.lang.Throwable pLinkedException)
Creates a new instance with the given error code, error message
and cause.
XmlRpcInvocationException
public XmlRpcInvocationException (java.lang.String pMessage,
java.lang.Throwable pLinkedException)
Creates a new instance with the given error message and cause.
Copyright © 2001-2010 The Apache Software Foundation . All Rights Reserved.