public class BusinessException extends RuntimeException
| 构造器和说明 |
|---|
BusinessException(String code) |
BusinessException(String code,
Object[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs() |
String |
getCode() |
void |
setArgs(Object[] args) |
void |
setCode(String code) |
Copyright © 2022 Anji-Plus. All rights reserved.