com.sleepycat.je.dbi
Class RangeRestartException

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

public class RangeRestartException
extends DatabaseException

Thrown by the LockManager when requesting a RANGE_READ or RANGE_WRITE lock, and a RANGE_INSERT lock is held or is waiting. This exception is caught by read operations and causes a restart of the operation. It should never be seen by the user.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
RangeRestartException()
           
 
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
 

Constructor Detail

RangeRestartException

public RangeRestartException()


Copyright 2004 Sleepycat, Inc. All Rights Reserved.