DbMemoryException

APIRef

import com.sleepycat.db.*;

public class DbMemoryException extends DbException { ... }

Description

This manual page describes the DbMemoryException class and how it is used by the various Db* classes.

A DbMemoryException is thrown when there is insufficient memory to complete an operation.

This may or may not be recoverable. An example of where it would be recoverable is during a Db.get or Dbc.get operation with the Dbt flags set to Db.DB_DBT_USERMEM.

Class

DbException

See Also

DbException.get_errno, DbDeadlockException, DbMemoryException and DbRunRecoveryException.

APIRef

Copyright Sleepycat Software