Berkeley DB: DbRunRecoveryException
Google

ee,hash,hashing,transaction,transactions,locking,logging,access method,access me thods,java,C,C++">

DbRunRecoveryException


import com.sleepycat.db.*;

public class DbRunRecoveryException extends DbException;

Description

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.

Class

DbRunRecoveryException

See Also

DbException, DbException.get_errno