Bali Share 1.1.18

oracle.bali.share.util
Interface WrappingThrowable

All Known Implementing Classes:
UnhandledException

public interface WrappingThrowable

Utility interface that can be implemented by exceptions that wrap another.


Method Summary
 java.lang.Throwable getRootCause()
          Returns the exception that originally caused this exception to be thrown.
 

Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Returns the exception that originally caused this exception to be thrown.

Bali Share 1.1.18