public class XmlRpcInvocationException extends XmlRpcException
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
public XmlRpcInvocationException(int pCode, java.lang.String pMessage, java.lang.Throwable pLinkedException)
public XmlRpcInvocationException(java.lang.String pMessage, java.lang.Throwable pLinkedException)
Copyright © 2001–2017. All rights reserved.