logger.log(Level.SEVERE, message);
throw new IOException(message);
}
}
}
return new ManagedFile(location, 2000, -1);
} catch (IOException e) {
logger.log(Level.SEVERE,
localStrings.getLocalString("InvalidLocation",
"Cannot obtain lockfile location {0}, configuration changes will not be persisted",
location), e);