public class WebException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected @Nullable org.apache.http.HttpResponse |
httpResponse |
| Constructor and Description |
|---|
WebException(String message,
@Nullable org.apache.http.HttpResponse httpResponse,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.apache.http.HttpResponse |
getHttpResponse() |
@Nullable Integer |
getStatusCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2023. All rights reserved.