com.sleepycat.je.tree
Class SplitRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.


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

Constructor Detail

SplitRequiredException

public SplitRequiredException()


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.