com.sleepycat.je
Class RunRecoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.je.DatabaseException
com.sleepycat.je.RunRecoveryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DbChecksumException, RecoveryException
- public class RunRecoveryException
- extends DatabaseException
Javadoc for this public class is generated
via the doc templates in the doc_src directory.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
RunRecoveryException
public RunRecoveryException(EnvironmentImpl env)
RunRecoveryException
public RunRecoveryException(EnvironmentImpl env,
Throwable t)
RunRecoveryException
public RunRecoveryException(EnvironmentImpl env,
String message)
RunRecoveryException
public RunRecoveryException(EnvironmentImpl env,
String message,
Throwable t)
setAlreadyThrown
public void setAlreadyThrown()
toString
public String toString()
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.