JE Exceptions

It is difficult to describe Java API usage without first examining the exceptions thrown by those APIs. So, briefly, this section describes the exceptions that you can expect to encounter when writing JE applications.

All of the JE APIs throw DatabaseException. DatabaseException extends java.lang.Exception. Also, the following classes are subclasses of DatabaseException:

Note that DatabaseException and its subclasses belong to the com.sleepycat.je package.