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