made a broad catch even broader

Former-commit-id: d96be233d3ebac1879ac8460903e105b6ad556f7
This commit is contained in:
Jeremy Long
2014-03-01 06:43:23 -05:00
parent d343d92b17
commit acb857f433

View File

@@ -292,7 +292,7 @@ public class StandardUpdate {
if (cveDB != null) {
try {
cveDB.close();
} catch (Exception ignore) {
} catch (Throwable ignore) {
Logger.getLogger(StandardUpdate.class.getName()).log(Level.FINEST, "Error closing the cveDB", ignore);
}
}