org.apache.xmlrpc.common

Class XmlRpcInvocationException


public class XmlRpcInvocationException
extends XmlRpcException

This exception is thrown, if the server catches an exception, which is thrown by the handler.

Field Summary

Fields inherited from class org.apache.xmlrpc.XmlRpcException

code, linkedException

Constructor Summary

XmlRpcInvocationException(String pMessage, Throwable pLinkedException)
Creates a new instance with the given error message and cause.
XmlRpcInvocationException(int pCode, String pMessage, Throwable pLinkedException)
Creates a new instance with the given error code, error message and cause.

Method Summary

Methods inherited from class org.apache.xmlrpc.XmlRpcException

getCause, printStackTrace, printStackTrace

Constructor Details

XmlRpcInvocationException

public XmlRpcInvocationException(String pMessage,
                                 Throwable pLinkedException)
Creates a new instance with the given error message and cause.

XmlRpcInvocationException

public XmlRpcInvocationException(int pCode,
                                 String pMessage,
                                 Throwable pLinkedException)
Creates a new instance with the given error code, error message and cause.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.