@ -822,7 +822,11 @@ public class DruidDataSource extends DruidAbstractDataSource implements DruidDat
throw e;
} catch (InterruptedException e) {
throw new SQLException(e.getMessage(), e);
} finally {
} catch (Throwable e) {
initException = new SQLException(e.getMessage());
}
finally {
inited = true;
lock.unlock();