mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 09:09:31 +01:00
made a broad catch even broader
Former-commit-id: 172c586e791458ca06ae9303a4dc4dadb2df6f33
This commit is contained in:
@@ -116,7 +116,7 @@ class DriverShim implements Driver {
|
|||||||
Method m = null;
|
Method m = null;
|
||||||
try {
|
try {
|
||||||
m = driver.getClass().getMethod("getParentLogger");
|
m = driver.getClass().getMethod("getParentLogger");
|
||||||
} catch (Exception e) {
|
} catch (Throwable e) {
|
||||||
throw new SQLFeatureNotSupportedException();
|
throw new SQLFeatureNotSupportedException();
|
||||||
}
|
}
|
||||||
if (m != null) {
|
if (m != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user