public class XmlRpcIOException
extends java.io.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(java.lang.Throwable t)
Creates a new instance of
XmlRpcIOException
with the given cause. |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getLinkedException()
Returns the linked exception, which is the actual
cause for this exception.
|
public XmlRpcIOException(java.lang.Throwable t)
XmlRpcIOException
with the given cause.Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.