org.apache.xmlrpc.common
public class XmlRpcInvocationException extends XmlRpcException
code, linkedException
Constructor and 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.
|
getCause, printStackTrace, printStackTrace
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.