public class AliyunException extends RuntimeException
| 构造器和说明 |
|---|
AliyunException() |
AliyunException(Map<String,Object> map) |
AliyunException(Map<String,Object> map,
String message,
Throwable cause) |
AliyunException(String message) |
AliyunException(String message,
Throwable cause) |
AliyunException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AliyunException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getMessage() |
void |
setCode(String code) |
void |
setData(Map<String,Object> map) |
void |
setMessage(String message) |
Copyright © 2023. All rights reserved.