public class ApiException extends Exception
| Constructor and Description |
|---|
ApiException(String message,
int statusCode) |
ApiException(String message,
int statusCode,
Map<String,List<String>> responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
ApiError |
getError() |
Map<String,List<String>> |
getResponseHeaders() |
int |
getStatusCode() |
void |
setError(ApiError error) |
void |
setStatusCode(int statusCode) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2022. All rights reserved.