Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DHttpRetryExceptionTest.java21 import java.net.HttpRetryException;
38 HttpRetryException ref = (HttpRetryException) reference;
39 HttpRetryException tst = (HttpRetryException) test;
52 SerializationTest.verifySelf(new HttpRetryException(DETAIL, 100, in testSerializationSelf()
60 SerializationTest.verifyGolden(this, new HttpRetryException(DETAIL, in testSerializationCompatibility()
/libcore/luni/src/test/java/libcore/java/net/
DOldHttpRetryExceptionTest.java19 import java.net.HttpRetryException;
29 HttpRetryException hre = new HttpRetryException(message[i], in test_ConstructorLStringI()
44 HttpRetryException hre = new HttpRetryException(message[i], in test_ConstructorLStringILString()
DURLConnectionTest.java48 import java.net.HttpRetryException;
1689 } catch (HttpRetryException expected) {
/libcore/ojluni/src/main/java/java/net/
DHttpRetryException.java39 class HttpRetryException extends IOException { class
52 public HttpRetryException(String detail, int code) { in HttpRetryException() method in HttpRetryException
65 public HttpRetryException(String detail, int code, String location) { in HttpRetryException() method in HttpRetryException
/libcore/
Dopenjdk_java_files.bp309 "ojluni/src/main/java/java/net/HttpRetryException.java",
DEXPECTED_UPSTREAM346 …ni/src/main/java/java/net/HttpRetryException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classe…
/libcore/api/
Dcurrent.txt5772 public class HttpRetryException extends java.io.IOException {
5773 ctor public HttpRetryException(String, int);
5774 ctor public HttpRetryException(String, int, String);