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.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
linkedException |
private static long |
serialVersionUID |
| 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.
|
private static final long serialVersionUID
private final java.lang.Throwable linkedException
public XmlRpcIOException(java.lang.Throwable t)
XmlRpcIOException
with the given cause.