org.apache.xmlrpc.util

Class XmlRpcIOException


public class XmlRpcIOException
extends IOException

This is a subclass of IOException, which allows to attach a linked exception. Throwing this particular instance of IOException allows to catch it and throw the linked exception instead.

Constructor Summary

XmlRpcIOException(Throwable t)
Creates a new instance of XmlRpcIOException with the given cause.

Method Summary

Throwable
getLinkedException()
Returns the linked exception, which is the actual cause for this exception.

Constructor Details

XmlRpcIOException

public XmlRpcIOException(Throwable t)

Method Details

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.