com.sleepycat.je.dbi
Class RangeRestartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.utilint.InternalException
com.sleepycat.je.dbi.RangeRestartException
- All Implemented Interfaces:
- Serializable
public class RangeRestartException
- extends InternalException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RangeRestartException
public RangeRestartException()
Copyright (c) 2004-2012 Oracle. All rights reserved.