public class FileDownloadHttpException extends IOException
HttpURLConnection.HTTP_OK
and not HttpURLConnection.HTTP_PARTIAL either.| Constructor and Description |
|---|
FileDownloadHttpException(int code,
Map<String,List<String>> requestHeaderMap,
Map<String,List<String>> responseHeaderMap) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
Map<String,List<String>> |
getRequestHeader() |
Map<String,List<String>> |
getResponseHeader() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Map<String,List<String>> getRequestHeader()
public Map<String,List<String>> getResponseHeader()
public int getCode()