Searched refs:firstException (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityJoin.java295 private void doClose(DatabaseException firstException) argument
303 if (firstException == null) {
304 firstException = e;
315 if (firstException == null) {
316 firstException = e;
321 if (firstException != null) {
322 throw firstException;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java737 DatabaseException firstException = null;
747 if (firstException == null) {
748 firstException = e;
752 if (firstException != null) {
753 throw firstException;
782 DatabaseException firstException = null;
790 firstException = closeDb(db, firstException);
791 firstException =
792 closeDb(secIndex.getKeysDatabase(), firstException);
1166 closeDb(Database db, DatabaseException firstException) argument
[all...]

Completed in 102 milliseconds