com.sleepycat.je.tree
Class SplitRequiredException

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


Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SplitRequiredException()
           
 
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 Sleepycat, Inc. All Rights Reserved.