org.apache.xmlrpc.util
public class XmlRpcIOException extends IOException
Constructor Summary | |
---|---|
XmlRpcIOException(Throwable t) Creates a new instance of {@link XmlRpcIOException}
with the given cause. |
Method Summary | |
---|---|
Throwable | getLinkedException() Returns the linked exception, which is the actual
cause for this exception. |