Searched defs:HttpRetryException (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DHttpRetryException.java25 public class HttpRetryException extends IOException { class in inherits:IOException
34 * Creates a new {@code HttpRetryException} instance with the specified
42 public HttpRetryException(String detail, int code) { method in class:HttpRetryException
48 * Creates a new {@code HttpRetryException} instance with the specified
59 public HttpRetryException(String detail, int code, String location) { method in class:HttpRetryException

Completed in 32 milliseconds