Berkeley DB Java Edition
version 1.5.1

com.sleepycat.je
Class LockNotGrantedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sleepycat.je.DatabaseException
                    |
                    +--com.sleepycat.je.LockNotGrantedException
All Implemented Interfaces:
Serializable

public class LockNotGrantedException
extends DatabaseException

Thrown when a lock is not granted for a transaction configured for no-wait (non-blocking) operation. The operation may be retried by the application. No-wait is configured using TransactionConfig.setNoWait(boolean).

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Berkeley DB Java Edition
version 1.5.1

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.