Note that in some cases, certain methods return status values without issuing an exception. This occurs in situations that are not normally considered an error, but when some informational status is returned. For example, {@link com.sleepycat.db.Database#get Database.get} returns {@link com.sleepycat.db.OperationStatus#NOTFOUND OperationStatus.NOTFOUND} when arequested key does not appear in the database.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|