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
public class XmlRpcIOException
- extends IOException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XmlRpcIOException
public XmlRpcIOException(Throwable t)
- Creates a new instance of
XmlRpcIOException
with the given cause.
getLinkedException
public Throwable getLinkedException()
- Returns the linked exception, which is the actual
cause for this exception.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.