com.sleepycat.util

Class RuntimeExceptionWrapper

public class RuntimeExceptionWrapper extends RuntimeException implements ExceptionWrapper

A RuntimeException that can contain nested exceptions.
Constructor Summary
RuntimeExceptionWrapper(Throwable e)
Method Summary
ThrowablegetCause()
ThrowablegetDetail()

Constructor Detail

RuntimeExceptionWrapper

public RuntimeExceptionWrapper(Throwable e)

Method Detail

getCause

public Throwable getCause()

getDetail

public Throwable getDetail()

Deprecated: replaced by RuntimeExceptionWrapper.