常用异常

下面是开发中用的内置异常

全局最大

参数:

  1. ResultCodeEnum codeMsg

  2. int code

  3. String message

  4. Throwable cause

BusinessException

用户

参数

  1. UserExceptionEnum codeMsg

  2. Throwable cause

  3. String message

  4. int code

UserException

验证

参数

  1. UserExceptionEnum codeMsg

  2. Throwable cause

  3. String message

  4. int code

数据异常

参数

  1. Throwable cause

  2. String message

Last updated