made a broad catch even broader

Former-commit-id: 1a553b664d41760f313245584ecec0dfd25a55c3
This commit is contained in:
Jeremy Long
2014-03-01 06:43:23 -05:00
parent c67d372667
commit 655bc4bee3

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);
}
}