|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sleepycat.je.DatabaseException
com.sleepycat.je.RunRecoveryException
com.sleepycat.je.recovery.RecoveryException
public class RecoveryException
Recovery related exceptions
Constructor Summary | |
---|---|
RecoveryException(EnvironmentImpl env,
String message)
|
|
RecoveryException(EnvironmentImpl env,
String message,
Throwable t)
|
Method Summary |
---|
Methods inherited from class com.sleepycat.je.RunRecoveryException |
---|
setAlreadyThrown, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecoveryException(EnvironmentImpl env, String message, Throwable t)
public RecoveryException(EnvironmentImpl env, String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |