Package org.apache.xmlrpc.util
Class XmlRpcIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.xmlrpc.util.XmlRpcIOException
- All Implemented Interfaces:
Serializable
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.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the linked exception, which is the actual cause for this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
linkedException
-
-
Constructor Details
-
XmlRpcIOException
Creates a new instance ofXmlRpcIOException
with the given cause.
-
-
Method Details
-
getLinkedException
Returns the linked exception, which is the actual cause for this exception.
-