提交 a69cbea6 authored 作者: Noel Grandin's avatar Noel Grandin

fix call ambiguity

上级 19ae457e
......@@ -349,7 +349,7 @@ public class DbException extends RuntimeException {
*/
public static SQLException getJdbcSQLException(int errorCode)
{
return getJdbcSQLException(errorCode, null);
return getJdbcSQLException(errorCode, (Throwable)null);
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论