业务异常

try {
	。。。	
} catch (Exception e) {
	throw new BusinessException(AsError.RECORD_APPENDIX_ERROR,e);
}

sql异常

try {
	。。。
} catch (SQLException e) {
	throw DbUtils.toRuntimeException(e);
}

标题:oh-web异常的常用写法
作者:xingzhegu
地址:https://www.fxg.life/articles/2019/05/28/1559006890544.html