271272273274275276277278279280281
raw = null; } catch ( BTreeAlreadyManagedException e ) { // should never happen throw new BTreeAlreadyCreatedException( e ); } } catch ( IOException e ) { throw new BTreeCreationException( e );
258259260261262263264265266267268