160161162163164165166167168169170
count.wait(); } // at least one insert failed if (count.get() == -1) { throw new LogEntryException("At least one insert could not be" + " proceeded."); } finish(); if (Thread.interrupted()) {