❌常用异常
下面是开发中用的内置异常
全局最大
参数:
ResultCodeEnum codeMsg
int code
String message
Throwable cause
BusinessException用户
参数
UserExceptionEnum codeMsg
Throwable cause
String message
int code
UserException验证
参数
UserExceptionEnum codeMsg
Throwable cause
String message
int code
数据异常
参数
Throwable cause
String message
Last updated