_channel.write(bb, page * _volume.getStructure().getPageSize());
} catch (final IOException ioe) {
_persistit.getAlertMonitor().post(
new Event(AlertLevel.ERROR, _persistit.getLogBase().writeException, ioe, _volume, page),
AlertMonitor.WRITE_PAGE_CATEGORY);
throw new PersistitIOException(ioe);
}
}