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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DDeadlockException.java13 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 {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DDeadlockException.java13 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 {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DDeadlockException.java13 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 {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/csharp/
H A DDatabaseException.cs42 throw new DeadlockException();
154 /// signified by a DeadlockException thrown from the Berkeley DB function.
155 /// Whenever a Berkeley DB function throws a DeadlockException, the
158 public class DeadlockException : DatabaseException { class in namespace:BerkeleyDB
160 /// Initialize a new instance of the DeadlockException
162 public DeadlockException() : base(ErrorCodes.DB_LOCK_DEADLOCK) { } method in class:BerkeleyDB.DeadlockException
179 /// will throw a LockNotGrantedException, instead of a DeadlockException.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/csharp/
H A DDatabaseException.cs42 throw new DeadlockException();
154 /// signified by a DeadlockException thrown from the Berkeley DB function.
155 /// Whenever a Berkeley DB function throws a DeadlockException, the
158 public class DeadlockException : DatabaseException { class in namespace:BerkeleyDB
160 /// Initialize a new instance of the DeadlockException
162 public DeadlockException() : base(ErrorCodes.DB_LOCK_DEADLOCK) { } method in class:BerkeleyDB.DeadlockException
179 /// will throw a LockNotGrantedException, instead of a DeadlockException.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/csharp/
H A DDatabaseException.cs42 throw new DeadlockException();
154 /// signified by a DeadlockException thrown from the Berkeley DB function.
155 /// Whenever a Berkeley DB function throws a DeadlockException, the
158 public class DeadlockException : DatabaseException { class in namespace:BerkeleyDB
160 /// Initialize a new instance of the DeadlockException
162 public DeadlockException() : base(ErrorCodes.DB_LOCK_DEADLOCK) { } method in class:BerkeleyDB.DeadlockException
179 /// will throw a LockNotGrantedException, instead of a DeadlockException.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/persist/txn/
H A DStoreWriter.java13 import com.sleepycat.db.DeadlockException;
104 } catch (DeadlockException de) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DTransactionRunner.java13 import com.sleepycat.db.DeadlockException;
35 * before calling doWork(). If DeadlockException is thrown by doWork(),
207 * @throws DeadlockException when it is thrown by doWork() and the
282 * DeadlockException} and otherwise returns the {@code maxRetries}
294 * a {@link DeadlockException} occurs, to override the default behavior
295 * which is to throw the {@link DeadlockException}.</li>
314 * DeadlockException}.
319 * DeadlockException}.
328 if (exception instanceof DeadlockException) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/persist/txn/
H A DStoreWriter.java13 import com.sleepycat.db.DeadlockException;
104 } catch (DeadlockException de) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DTransactionRunner.java13 import com.sleepycat.db.DeadlockException;
35 * before calling doWork(). If DeadlockException is thrown by doWork(),
207 * @throws DeadlockException when it is thrown by doWork() and the
282 * DeadlockException} and otherwise returns the {@code maxRetries}
294 * a {@link DeadlockException} occurs, to override the default behavior
295 * which is to throw the {@link DeadlockException}.</li>
314 * DeadlockException}.
319 * DeadlockException}.
328 if (exception instanceof DeadlockException) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/persist/txn/
H A DStoreWriter.java13 import com.sleepycat.db.DeadlockException;
104 } catch (DeadlockException de) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DTransactionRunner.java13 import com.sleepycat.db.DeadlockException;
35 * before calling doWork(). If DeadlockException is thrown by doWork(),
207 * @throws DeadlockException when it is thrown by doWork() and the
282 * DeadlockException} and otherwise returns the {@code maxRetries}
294 * a {@link DeadlockException} occurs, to override the default behavior
295 * which is to throw the {@link DeadlockException}.</li>
314 * DeadlockException}.
319 * DeadlockException}.
328 if (exception instanceof DeadlockException) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/db/txn/
H A DDBWriter.java21 import com.sleepycat.db.DeadlockException;
131 } catch (DeadlockException de) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/txn/
H A DDBWriter.java21 import com.sleepycat.db.DeadlockException;
131 } catch (DeadlockException de) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java20 import com.sleepycat.db.DeadlockException;
175 if (e instanceof DeadlockException) {
H A DIterDeadlockTest.java27 import com.sleepycat.db.DeadlockException;
163 } catch (DeadlockException expected) {
194 } catch (DeadlockException expected) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/db/txn/
H A DDBWriter.java21 import com.sleepycat.db.DeadlockException;
131 } catch (DeadlockException de) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java20 import com.sleepycat.db.DeadlockException;
175 if (e instanceof DeadlockException) {
H A DIterDeadlockTest.java27 import com.sleepycat.db.DeadlockException;
163 } catch (DeadlockException expected) {
194 } catch (DeadlockException expected) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java20 import com.sleepycat.db.DeadlockException;
175 if (e instanceof DeadlockException) {
H A DIterDeadlockTest.java27 import com.sleepycat.db.DeadlockException;
163 } catch (DeadlockException expected) {
194 } catch (DeadlockException expected) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/db/repquote_gsg/
H A DRepQuoteExampleGSG.java31 import com.sleepycat.db.DeadlockException;
259 } catch (DeadlockException de) {
361 throws DeadlockException, DatabaseException

Completed in 298 milliseconds

123