public class DbRunRecoveryException extends DbException { ... }
Description
This manual page describes the DbRunRecoveryException class and
how it is used by the various Db* classes.
Errors can occur in the Berkeley DB library where the only solution is to shut
down the application and run recovery. (For example, if Berkeley DB is unable
to write log records to disk because there is insufficient disk space.)
When a fatal error occurs in Berkeley DB, methods 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.