public class ApiException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
DEFAULT_CODE |
| 构造器和说明 |
|---|
ApiException(Exception e) |
ApiException(int code,
String message) |
ApiException(String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode() |
String |
getMessage()
Return the reason phrase of this status code.
|
String |
toString() |
Copyright © 2022 Vikadata LTD. All rights reserved.