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. A checked exception is used to ensure that it is handled internally and not propagated through the API.


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 (c) 2004-2010 Oracle. All rights reserved.