org.apache.xmlrpc.util
public class XmlRpcIOException extends IOException
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 and Description |
---|
XmlRpcIOException(Throwable t)
Creates a new instance of
XmlRpcIOException
with the given cause. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getLinkedException()
Returns the linked exception, which is the actual
cause for this exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XmlRpcIOException(Throwable t)
XmlRpcIOException
with the given cause.public Throwable getLinkedException()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.