com.bigdata.btree
Class KeyBeforePartitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.bigdata.btree.KeyOutOfRangeException
                      extended by com.bigdata.btree.KeyBeforePartitionException
All Implemented Interfaces:
Serializable

public class KeyBeforePartitionException
extends KeyOutOfRangeException

Exception thrown when a key is before the start of the half-open range of an index partition.

Version:
$Id: KeyBeforePartitionException.java 5904 2012-01-28 15:40:33Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Constructor Summary
KeyBeforePartitionException(byte[] key, boolean allowUpperBound, ISeparatorKeys pmd)
           
 
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

KeyBeforePartitionException

public KeyBeforePartitionException(byte[] key,
                                   boolean allowUpperBound,
                                   ISeparatorKeys pmd)
Parameters:
key -
allowUpperBound -
pmd -


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.