org.apache.xmlrpc.util

Class XmlRpcIOException

public class XmlRpcIOException extends IOException

This is a subclass of {@link IOException}, which allows to attach a linked exception. Throwing this particular instance of {@link IOException} allows to catch it and throw the linked exception instead.
Constructor Summary
XmlRpcIOException(Throwable t)
Creates a new instance of {@link XmlRpcIOException} with the given cause.
Method Summary
ThrowablegetLinkedException()
Returns the linked exception, which is the actual cause for this exception.

Constructor Detail

XmlRpcIOException

public XmlRpcIOException(Throwable t)
Creates a new instance of {@link XmlRpcIOException} with the given cause.

Method Detail

getLinkedException

public Throwable getLinkedException()
Returns the linked exception, which is the actual cause for this exception.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.