Exception | Description |
---|---|
BTreeAlreadyManagedException |
An exception thrown when we try to manage a BTree which name is
already managed by the RecordManager
|
EndOfFileExceededException |
An exception thrown when we try to access a page beyond the file's size.
|
KeyNotFoundException |
An exception thrown when we can't find a key in the BTree.
|
PageSizeAlreadySetException |
An exception thrown when we try to change the RecordManager Page Size
when it's already set.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.