|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.xmlrpc.util.XmlRpcIOException
public class XmlRpcIOException
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.
Constructor Summary | |
---|---|
XmlRpcIOException(java.lang.Throwable t)
Creates a new instance of XmlRpcIOException
with the given cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getLinkedException()
Returns the linked exception, which is the actual cause for this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XmlRpcIOException(java.lang.Throwable t)
XmlRpcIOException
with the given cause.
Method Detail |
---|
public java.lang.Throwable getLinkedException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |