/*
* Go on scan the log until FeederReader find the target VLSN,
* thrown out an EnvironmentFailureException if it can't be found.
*/
if (!feederReader.readNextEntry()) {
throw EnvironmentFailureException.unexpectedState
("VLSN not found: " + vlsn);
}
} catch (IOException e) {
throw EnvironmentFailureException.unexpectedException(e);