org.apache.xmlrpc.util
Class XmlRpcIOException
IOExceptionorg.apache.xmlrpc.util.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.
Throwable | getLinkedException()- Returns the linked exception, which is the actual
cause for this exception.
|
XmlRpcIOException
public XmlRpcIOException(Throwable t)
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.