public static class HttpDownloader.HttpException extends RuntimeException
| Constructor and Description | 
|---|
| HttpException(URI uri,
             int responseContent) | 
| 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 HttpException(URI uri, int responseContent)
public HttpException(URI uri, int responseCode, String responseContent)
public int getResponseCode()
public String getResponseContent()
Copyright © 2009–2016 SonarSource. All rights reserved.