public class ClientException extends Exception
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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
in class Throwable
Copyright © 2018. All Rights Reserved.