Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 35f8ad97ec5ffd27fefb4a1e9676adee > files > 113

libdbjava4.0-4.0.14-6mdk.ppc.rpm

<!--$Id: mem_class.so,v 10.7 2001/07/02 01:03:13 bostic Exp $-->
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<html>
<head>
<title>Berkeley DB: DbMemoryException</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
</head>
<body bgcolor=white>
<a name="2"><!--meow--></a>
<table width="100%"><tr valign=top>
<td>
<h1>DbMemoryException</h1>
</td>
<td align=right>
<a href="../../db4-devel-4.0.14/api_java/c_index.html"><img src="../../db4-4.0.14/images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../../db4-4.0.14/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<hr size=1 noshade>
<tt>
<h3><pre>
import com.sleepycat.db.*;
<p>
public class DbMemoryException extends DbException { ... }
</pre></h3>
<h1>Description</h1>
<p>This manual page describes the DbMemoryException class and how
it is used by the various Db* classes.
<p>A DbMemoryException is thrown when there is insufficient memory
to complete an operation, and there is the possibility of recovering.
An example is during a <a href="../../db4-devel-4.0.14/api_java/db_get.html">Db.get</a> or <a href="../../db4-devel-4.0.14/api_java/dbc_get.html">Dbc.get</a> operation with
the <a href="../../db4-devel-4.0.14/api_java/dbt_class.html">Dbt</a> flags set to <a href="../../db4-devel-4.0.14/api_java/dbt_class.html#DB_DBT_USERMEM">Db.DB_DBT_USERMEM</a>.  In this case, the
<a href="../../db4-devel-4.0.14/api_java/get_dbt.html">DbMemoryException.get_dbt</a> method returns the problematic <a href="../../db4-devel-4.0.14/api_java/dbt_class.html">Dbt</a>, and the
operation can be retried with a larger buffer.
<h1>Class</h1>
<a href="../../db4-devel-4.0.14/api_java/except_class.html">DbException</a>
<h1>See Also</h1>
<a href="../../db4-devel-4.0.14/api_java/get_errno.html">DbException.get_errno</a>,
<a href="../../db4-devel-4.0.14/api_java/deadlock_class.html">DbDeadlockException</a>,
<a href="../../db4-devel-4.0.14/api_java/mem_class.html">DbMemoryException</a>,
and
<a href="../../db4-devel-4.0.14/api_java/runrec_class.html">DbRunRecoveryException</a>.
</tt>
<table width="100%"><tr><td><br></td><td align=right>
<a href="../../db4-devel-4.0.14/api_java/c_index.html"><img src="../../db4-4.0.14/images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../../db4-4.0.14/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
</body>
</html>