Home
last modified time | relevance | path

Searched refs:HttpRetryException (Results 1 – 4 of 4) 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()
/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.bp290 "ojluni/src/main/java/java/net/HttpRetryException.java",