Public Member Functions | Private Attributes | Static Private Attributes
org.apache.xmlrpc.util.XmlRpcIOException Class Reference
Inheritance diagram for org.apache.xmlrpc.util.XmlRpcIOException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Throwable getLinkedException ()
 XmlRpcIOException (Throwable t)

Private Attributes

final Throwable linkedException

Static Private Attributes

static final long serialVersionUID = -7704704099502077919L

Detailed Description

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.

Definition at line 29 of file XmlRpcIOException.java.


Constructor & Destructor Documentation

Creates a new instance of XmlRpcIOException with the given cause.

Definition at line 36 of file XmlRpcIOException.java.


Member Function Documentation

Returns the linked exception, which is the actual cause for this exception.

Definition at line 44 of file XmlRpcIOException.java.


Member Data Documentation

Definition at line 31 of file XmlRpcIOException.java.

final long org.apache.xmlrpc.util.XmlRpcIOException.serialVersionUID = -7704704099502077919L [static, private]

Definition at line 30 of file XmlRpcIOException.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50