if (!fromFile.delete()) {
addWarn("Could not delete " + from);
}
} catch (IOException ioe) {
addError("Failed to rename file by copying", ioe);
throw new RolloverFailure("Failed to rename file by copying");
} finally {
if(bis != null) {
try {
bis.close();
} catch (IOException e) {