fail("Expect an exception on trying to get an empty iterator (oldest).");
} catch (IllegalArgumentException ex) {
}
try {
trace.latestIterator();
fail("Expect an exception on trying to get an empty iterator (latest).");
} catch (IllegalArgumentException ex) {
}
try {