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

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DHttpRetryException.java39 class HttpRetryException extends IOException { class in inherits:IOException
52 public HttpRetryException(String detail, int code) { method in class:HttpRetryException
65 public HttpRetryException(String detail, int code, String location) { method in class:HttpRetryException

Completed in 35 milliseconds