public class ApiException extends Exception
| 构造器和说明 |
|---|
ApiException(ErrorCode errorCode) |
ApiException(ErrorCode errorCode,
String message) |
ApiException(int code,
String message) |
ApiException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
Copyright © 2024. All rights reserved.