public class BizException extends RuntimeException
| 构造器和说明 |
|---|
BizException(String msg) |
BizException(String msg,
int code) |
BizException(String msg,
int code,
Throwable e) |
BizException(String msg,
Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErr_msg() |
int |
getInfcode() |
void |
setErr_msg(String err_msg) |
void |
setInfcode(int infcode) |
Copyright © 2022. All rights reserved.