public class HttpRequestException extends IOException
| Constructor and Description |
|---|
HttpRequestException(String message,
int statusCode,
String statusText,
byte[] content,
String contentType,
String contentEncoding) |
HttpRequestException(String message,
int statusCode,
String statusText,
byte[] content,
String contentType,
String contentEncoding,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getContentEncoding() |
String |
getContentType() |
int |
getStatusCode() |
String |
getStatusText() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.