|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ariba.util.core.TunnelingException
public class TunnelingException
TunnelingException is used to wrap a RunTimeException around a Exception.
Constructor Summary | |
---|---|
TunnelingException(java.lang.Exception exception)
Constructs a new instance with exception as the
underlying exception. |
Method Summary | |
---|---|
java.lang.Exception |
getNestedException()
Returns the underlying Exception that caused
this . |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TunnelingException(java.lang.Exception exception)
exception
as the
underlying exception.
Method Detail |
---|
public java.lang.Exception getNestedException()
Exception
that caused
this
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |