Searched refs:DeadlockException (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDeadlockException.java6 * $Id: DeadlockException.java,v 12.8 2008/01/17 05:04:53 mjc Exp $
13 DeadlockException is thrown to a thread of control when multiple threads
19 public class DeadlockException extends DatabaseException { class in inherits:DatabaseException
20 /* package */ DeadlockException(final String s, method in class:DeadlockException
H A DLockNotGrantedException.java27 public class LockNotGrantedException extends DeadlockException {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTransactionRunner.java13 import com.sleepycat.db.DeadlockException;
35 * before calling doWork(). If DeadlockException is thrown by doWork(), the
207 * @throws DeadlockException when it is thrown by doWork() and the
253 if (i >= maxRetries || !(e instanceof DeadlockException)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DStoreWriter.java5 import com.sleepycat.db.DeadlockException;
96 } catch (DeadlockException de) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DDBWriter.java13 import com.sleepycat.db.DeadlockException;
123 } catch (DeadlockException de) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java16 import com.sleepycat.db.DeadlockException;
177 if (e instanceof DeadlockException) {
H A DIterDeadlockTest.java21 import com.sleepycat.db.DeadlockException;
165 } catch (DeadlockException expected) {
196 } catch (DeadlockException expected) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java311 } catch (DeadlockException de) {
373 throws DeadlockException, DatabaseException
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DLockExample.java156 } catch (DeadlockException de) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile333 $(JAVA_SLEEPYCAT)/db/DeadlockException.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in331 $(JAVA_SLEEPYCAT)/db/DeadlockException.java \

Completed in 120 milliseconds