public class ClientException extends Exception
| 构造器和说明 |
|---|
ClientException(String errCode,
String errMsg) |
ClientException(String requestId,
String errCode,
String errMsg) |
ClientException(String errCode,
String errMsg,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrCode() |
String |
getErrMsg() |
String |
getMessage() |
String |
getRequestId() |
void |
setErrCode(String errCode) |
void |
setErrMsg(String errMsg) |
void |
setRequestId(String requestId) |
private String requestId
private String errCode
private String errMsg
public String getRequestId()
public void setRequestId(String requestId)
public String getErrCode()
public void setErrCode(String errCode)
public String getErrMsg()
public void setErrMsg(String errMsg)
public String getMessage()
getMessage 在类中 ThrowableCopyright © 2024. All rights reserved.