public class BusinessException extends RuntimeException
| Constructor and Description |
|---|
BusinessException(int code,
String msg) |
BusinessException(int code,
String msg,
Throwable e) |
BusinessException(String msg) |
BusinessException(String msg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMsg() |
void |
setCode(int code) |
void |
setMsg(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All rights reserved.