提交 089f7785 编写于 作者: S serge-rider

Data types reading error handle


Former-commit-id: 98e9ab99
上级 dd86d192
......@@ -399,7 +399,7 @@ public class GenericDataSource extends JDBCDataSource
// Cache data types
try {
dataTypeCache.getAllObjects(monitor, this);
} catch (DBException e) {
} catch (Exception e) {
log.warn("Can't fetch database data types", e);
}
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册