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