public static class HttpDownloader.HttpException extends RuntimeException
| Constructor and Description |
|---|
HttpDownloader.HttpException(URI uri,
int responseContent) |
HttpDownloader.HttpException(URI uri,
int responseCode,
String responseContent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode() |
String |
getResponseContent() |
URI |
getUri() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpDownloader.HttpException(URI uri, int responseContent)
public HttpDownloader.HttpException(URI uri, int responseCode, String responseContent)
public int getResponseCode()
public String getResponseContent()
Copyright © 2009–2015 SonarSource. All rights reserved.