public class GateApiException extends ApiException
| Constructor and Description |
|---|
GateApiException() |
GateApiException(GateApiException exp,
String message,
int code,
Map<String,List<String>> responseHeaders,
String responseBody) |
GateApiException(String errorLabel,
String errorMessage,
String errorDetail) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDetail() |
String |
getErrorLabel() |
String |
getErrorMessage() |
String |
getMessage() |
void |
setErrorDetail(String errorDetail) |
void |
setErrorLabel(String errorLabel) |
void |
setErrorMessage(String errorMessage) |
getCode, getResponseBody, getResponseHeadersaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GateApiException()
public GateApiException(String errorLabel, String errorMessage, String errorDetail)
public String getMessage()
getMessage in class Throwablepublic String getErrorLabel()
public void setErrorLabel(String errorLabel)
public void setErrorMessage(String errorMessage)
public String getErrorDetail()
public void setErrorDetail(String errorDetail)
Copyright © 2023. All rights reserved.