made a broad catch even broader

Former-commit-id: e9900933e58227f32b32b1562f17ae9bf50fe836
This commit is contained in:
Jeremy Long
2014-03-01 06:43:02 -05:00
parent 54e45dac51
commit c67d372667

View File

@@ -116,7 +116,7 @@ class DriverShim implements Driver {
Method m = null;
try {
m = driver.getClass().getMethod("getParentLogger");
} catch (Exception e) {
} catch (Throwable e) {
throw new SQLFeatureNotSupportedException();
}
if (m != null) {