public class BizException extends RuntimeException
@date 2023/11/21 10:03| 构造器和说明 |
|---|
BizException(ErrorCode errorCode) |
BizException(ErrorCode errorCode,
String description) |
BizException(String message,
int code,
String description) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getDescription() |
Copyright © 2024. All rights reserved.