public class TeaException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
code |
Map<String,Object> |
data |
String |
message |
| Constructor and Description |
|---|
TeaException() |
TeaException(Map<String,?> map) |
TeaException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Map<String,Object> |
getData() |
String |
getMessage() |
void |
setCode(String code) |
void |
setData(Map<String,Object> data) |
void |
setMessage(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.