com.sleepycat.je.tree
Class CursorsExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.tree.CursorsExistException
All Implemented Interfaces:
Serializable

public class CursorsExistException
extends Exception

Error to indicate that a bottom level BIN has cursors on it during a delete subtree operation.

See Also:
Serialized Form

Field Summary
static CursorsExistException CURSORS_EXIST
           
 
Constructor Summary
CursorsExistException()
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CURSORS_EXIST

public static final CursorsExistException CURSORS_EXIST
Constructor Detail

CursorsExistException

public CursorsExistException()


Copyright (c) 2004-2010 Oracle. All rights reserved.