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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XmlRpcIOException(Throwable t)
XmlRpcIOException
with the given cause.public Throwable getLinkedException()
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.