made a broad catch even broader

Former-commit-id: 172c586e791458ca06ae9303a4dc4dadb2df6f33
This commit is contained in:
Jeremy Long
2014-03-01 06:43:02 -05:00
parent 43cb4716a9
commit d343d92b17

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) {