public class AliyunException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
code |
Map<String,Object> |
data |
String |
message |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getMessage() |
void |
setCode(String code) |
void |
setData(Map<String,Object> map) |
void |
setMessage(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.