Home
last modified time | relevance | path

Searched refs:HttpError (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DHttp.java90 } catch (Http.HttpError e) { in getOrPost()
161 throw new HttpError(responseCode, responseMessage, responseHeaders, responseBody); in checkResponseCode()
163 throw new HttpError(responseCode, responseMessage, responseHeaders); in checkResponseCode()
286 public static final class HttpError extends IOException { class in Http
294 private HttpError(int code, String message, Headers headers) { in HttpError() method in Http.HttpError
298 private HttpError(int code, String message, Headers headers, byte[] body) { in HttpError() method in Http.HttpError