public abstract class BaseException extends Exception
| 限定符 | 构造器和说明 |
|---|---|
protected |
BaseException(int code,
String message) |
protected |
BaseException(int code,
String message,
Throwable cause) |
protected |
BaseException(int code,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
Returns the error code
|
Copyright © 2025. All rights reserved.