com.bigdata.btree
Class KeyBeforePartitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.bigdata.btree.KeyOutOfRangeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyBeforePartitionException
public KeyBeforePartitionException(byte[] key,
boolean allowUpperBound,
ISeparatorKeys pmd)
- Parameters:
key - allowUpperBound - pmd -
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.