public class HttpRequestException
extends java.io.IOException
| Constructor and Description |
|---|
HttpRequestException(HttpResponse response) |
HttpRequestException(HttpResponse response,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
getResponse() |
public HttpRequestException(@Nonnull
HttpResponse response)
public HttpRequestException(@Nonnull
HttpResponse response,
@Nonnull
java.lang.String message)
public HttpResponse getResponse()