public class HttpResponseException extends HttpException
| Constructor and Description |
|---|
HttpResponseException(HttpResponse response,
String requestMethod,
URL requestUrl) |
HttpResponseException(HttpResponse response,
String requestMethod,
URL requestUrl,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
bodyBytes() |
int |
code() |
String |
message() |
String |
requestMethod() |
URL |
requestUrl() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpResponseException(HttpResponse response, String requestMethod, URL requestUrl)
public HttpResponseException(HttpResponse response, String requestMethod, URL requestUrl, Throwable cause)
Copyright © 2025. All rights reserved.