import com.sleepycat.db.*;public class DbRunRecoveryException extends DbException;
This manual page describes the DbRunRecoveryException class and how it is used by the various Db* classes.
When a fatal error occurs in Berkeley DB, a method will throw a DbRunRecoveryException, at which point all subsequent database calls will also fail in the same way. When this occurs, recovery should be performed.