com.sleepycat.bdb.util
Interface ExceptionWrapper

All Known Implementing Classes:
IOExceptionWrapper, RuntimeExceptionWrapper

public interface ExceptionWrapper

Interface implemented by exceptions that can contain nested exceptions.


Method Summary
 java.lang.Throwable getDetail()
          Returns the nested exception or null if none is present.
 

Method Detail

getDetail

java.lang.Throwable getDetail()
Returns the nested exception or null if none is present.

Returns:
the nested exception or null if none is present.