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 errorCode,
String errorMessage,
String requestId,
String errorDescription) |
ClientException(String errorCode,
String errorMessage,
String requestId,
String errorDescription,
Map<String,Object> accessDeniedDetail) |
ClientException(String errCode,
String errMsg,
Throwable cause) |
ClientException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAccessDeniedDetail() |
String |
getErrCode() |
String |
getErrMsg() |
String |
getErrorDescription() |
ErrorType |
getErrorType() |
String |
getMessage() |
String |
getRequestId() |
void |
setAccessDeniedDetail(Map<String,Object> accessDeniedDetail) |
void |
setErrCode(String errCode) |
void |
setErrMsg(String errMsg) |
void |
setErrorDescription(String errorDescription) |
void |
setErrorType(ErrorType errorType) |
void |
setRequestId(String requestId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientException(String errorCode, String errorMessage, String requestId, String errorDescription, Map<String,Object> accessDeniedDetail)
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 in class ThrowableCopyright © 2022. All rights reserved.