public class ClientException extends RuntimeException
| 构造器和说明 |
|---|
ClientException() |
ClientException(String message,
String requestId) |
ClientException(String errorCode,
String message,
String requestId,
Throwable cause) |
ClientException(String message,
String requestId,
Throwable cause) |
ClientException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode() |
String |
getRequestId() |
String |
toString() |
public ClientException()
public ClientException(Throwable cause)
Copyright © 2021. All Rights Reserved.