com.sleepycat.je.tree
Class SplitRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.je.tree.SplitRequiredException
- All Implemented Interfaces:
- Serializable
class SplitRequiredException
- extends Exception
Indicates that we need to return to the top of the tree in order to
do a forced splitting pass. A checked exception is used to ensure that it
is handled internally and not propagated through the API.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SplitRequiredException
public SplitRequiredException()
Copyright (c) 2004-2010 Oracle. All rights reserved.