public class ClientException extends Exception
构造器和说明 |
---|
ClientException(String message) |
ClientException(String errCode,
String errMsg) |
ClientException(String errCode,
String errMsg,
String requestId) |
ClientException(String errorCode,
String errorMessage,
String requestId,
String errorDescription) |
ClientException(String errCode,
String errMsg,
Throwable cause) |
ClientException(Throwable cause) |
限定符和类型 | 方法和说明 |
---|---|
String |
getErrCode() |
String |
getErrMsg() |
String |
getErrorDescription() |
ErrorType |
getErrorType() |
String |
getMessage() |
String |
getRequestId() |
void |
setErrCode(String errCode) |
void |
setErrMsg(String errMsg) |
void |
setErrorDescription(String errorDescription) |
void |
setErrorType(ErrorType errorType) |
void |
setRequestId(String requestId) |
public ClientException(String errorCode, String errorMessage, String requestId, String errorDescription)
public ClientException(String message)
public ClientException(Throwable cause)
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 ErrorType getErrorType()
public void setErrorType(ErrorType errorType)
public String getErrorDescription()
public void setErrorDescription(String errorDescription)
public String getMessage()
getMessage
在类中 Throwable
Copyright © 2020. All rights reserved.