289290291292293294295296297298
sqlEx.initCause(th); return sqlEx; } } if(th instanceof DbException){ DbException dbEx = (DbException)th; return new SQLException(dbEx.get_Message(), "S1000", dbEx.get_ErrorCode(), th); } return new SQLException(th); }