Berkeley DB Java Edition
version 1.7.1

com.sleepycat.je
Class LockNotGrantedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sleepycat.je.DatabaseException
              extended bycom.sleepycat.je.DeadlockException
                  extended bycom.sleepycat.je.LockNotGrantedException
All Implemented Interfaces:
Serializable

public class LockNotGrantedException
extends DeadlockException

A LockNotGrantedException is thrown when a non-blocking operation fails to get a lock.

See Also:
Serialized Form

Constructor Summary
LockNotGrantedException()
           
 
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
 

Constructor Detail

LockNotGrantedException

public LockNotGrantedException()

Berkeley DB Java Edition
version 1.7.1

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