com.sleepycat.util

Class IOExceptionWrapper

public class IOExceptionWrapper extends IOException implements ExceptionWrapper

An IOException that can contain nested exceptions.
Constructor Summary
IOExceptionWrapper(Throwable e)
Method Summary
ThrowablegetCause()
ThrowablegetDetail()

Constructor Detail

IOExceptionWrapper

public IOExceptionWrapper(Throwable e)

Method Detail

getCause

public Throwable getCause()

getDetail

public Throwable getDetail()

Deprecated: replaced by IOExceptionWrapper.