public class BaseRuntimeException extends RuntimeException
| Constructor and Description |
|---|
BaseRuntimeException(String message) |
BaseRuntimeException(String message,
String errorCode) |
BaseRuntimeException(String message,
String errorCode,
Throwable cause) |
BaseRuntimeException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
获取错误码
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021–2022 EasyJ开源社区. All rights reserved.