com.bigdata.btree
Class KeyAfterPartitionException

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.KeyAfterPartitionException
All Implemented Interfaces:
Serializable

public class KeyAfterPartitionException
extends KeyOutOfRangeException

An exception thrown when a key lies after the half-open range of an index partition.

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

Constructor Summary
KeyAfterPartitionException(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

KeyAfterPartitionException

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


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