Searched refs:HttpRetryException (Results 1 – 7 of 7) 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()
|
| D | URLConnectionTest.java | 48 import java.net.HttpRetryException; 1689 } catch (HttpRetryException expected) {
|
| /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 | 309 "ojluni/src/main/java/java/net/HttpRetryException.java",
|
| D | EXPECTED_UPSTREAM | 346 …ni/src/main/java/java/net/HttpRetryException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classe…
|
| /libcore/api/ |
| D | current.txt | 5772 public class HttpRetryException extends java.io.IOException { 5773 ctor public HttpRetryException(String, int); 5774 ctor public HttpRetryException(String, int, String);
|