public class XmlRpcInvocationException extends XmlRpcException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
code, linkedException
Constructor and Description |
---|
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.
|
getCause, printStackTrace, printStackTrace
private static final long serialVersionUID
public XmlRpcInvocationException(int pCode, java.lang.String pMessage, java.lang.Throwable pLinkedException)
public XmlRpcInvocationException(java.lang.String pMessage, java.lang.Throwable pLinkedException)