From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../com/sleepycat/db/LockNotGrantedException.html | 656 ++++++++++----------- 1 file changed, 326 insertions(+), 330 deletions(-) (limited to 'docs/java/com/sleepycat/db/LockNotGrantedException.html') diff --git a/docs/java/com/sleepycat/db/LockNotGrantedException.html b/docs/java/com/sleepycat/db/LockNotGrantedException.html index 2a9e08da..6ec56b27 100644 --- a/docs/java/com/sleepycat/db/LockNotGrantedException.html +++ b/docs/java/com/sleepycat/db/LockNotGrantedException.html @@ -1,115 +1,130 @@ - - - - - -LockNotGrantedException (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class LockNotGrantedException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by com.sleepycat.db.DatabaseException
-              extended by com.sleepycat.db.DeadlockException
-                  extended by com.sleepycat.db.LockNotGrantedException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class LockNotGrantedException
extends DeadlockException
- - -

-A LockNotGrantedException is thrown when a lock requested using the -Environment.getLock or Environment.lockVector +

+
com.sleepycat.db
+

Class LockNotGrantedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class LockNotGrantedException
    +extends DeadlockException
    +
    A LockNotGrantedException is thrown when a lock requested using the +Environment.getLock or Environment.lockVector methods, where the noWait flag or lock timers were configured, could not be granted before the wait-time expired.

    @@ -118,243 +133,224 @@ Store database environment configured for lock timeouts was unable to grant a lock in the allowed time.

    Additionally, LockNotGrantedException is thrown when lock or transaction -timeouts have been configured and a database operation has timed out. -

    - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    - +timeouts have been configured and a database operation has timed out.

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ + + +
+
+
+ + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1