public class ApiException extends RuntimeException
| 构造器和说明 |
|---|
ApiException(String message) |
ApiException(String message,
boolean writableStackTrace) |
ApiException(String message,
int code) |
ApiException(String message,
int code,
boolean writableStackTrace) |
ApiException(String message,
int code,
Throwable throwable) |
ApiException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
Copyright © 2022. All rights reserved.