Searched refs:HttpRetryException (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | HttpRetryExceptionTest.java | 21 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/ |
D | OldHttpRetryExceptionTest.java | 19 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/ |
D | HttpRetryException.java | 39 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/ |
D | openjdk_java_files.bp | 290 "ojluni/src/main/java/java/net/HttpRetryException.java",
|