public abstract class BaseException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
msg |
| Constructor and Description |
|---|
BaseException(String code,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getMsg() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023. All rights reserved.