@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-11-04T15:58:19.609858+03:00[Europe/Moscow]") public class QaseException extends Exception
| Constructor and Description |
|---|
QaseException() |
QaseException(int code,
Map<String,List<String>> responseHeaders,
String responseBody) |
QaseException(int code,
String message) |
QaseException(int code,
String message,
Map<String,List<String>> responseHeaders,
String responseBody) |
QaseException(String message) |
QaseException(String message,
int code,
Map<String,List<String>> responseHeaders,
String responseBody) |
QaseException(String message,
Throwable throwable,
int code,
Map<String,List<String>> responseHeaders) |
QaseException(String message,
Throwable throwable,
int code,
Map<String,List<String>> responseHeaders,
String responseBody) |
QaseException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Get the HTTP status code.
|
String |
getResponseBody()
Get the HTTP response body.
|
Map<String,List<String>> |
getResponseHeaders()
Get the HTTP response headers.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QaseException()
public QaseException(Throwable throwable)
public QaseException(String message)
public QaseException(String message, Throwable throwable, int code, Map<String,List<String>> responseHeaders, String responseBody)
public QaseException(String message, int code, Map<String,List<String>> responseHeaders, String responseBody)
public QaseException(String message, Throwable throwable, int code, Map<String,List<String>> responseHeaders)
public QaseException(int code,
Map<String,List<String>> responseHeaders,
String responseBody)
public QaseException(int code,
String message)
public int getCode()
public Map<String,List<String>> getResponseHeaders()
public String getResponseBody()
Copyright © 2023. All rights reserved.