ariba.util.core
Class TunnelingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ariba.util.core.TunnelingException
- All Implemented Interfaces:
- Serializable
public class TunnelingException
- extends RuntimeException
TunnelingException is used to wrap a RunTimeException around a Exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TunnelingException
public TunnelingException(Exception exception)
- Constructs a new instance with
exception as the
underlying exception.
getNestedException
public Exception getNestedException()
- Returns the underlying
Exception that caused
this.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.