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

/openjdk7/jdk/src/share/classes/java/net/
H A DHttpRetryException.java39 class HttpRetryException extends IOException { class in inherits:IOException
46 * Constructs a new <code>HttpRetryException</code> from the
52 public HttpRetryException(String detail, int code) { method in class:HttpRetryException
58 * Constructs a new <code>HttpRetryException</code> with detail message
65 public HttpRetryException(String detail, int code, String location) { method in class:HttpRetryException
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/http/ChunkedOutputStream/
H A DTest.java223 /* check for HttpRetryException on redirection */
237 throw new Exception ("should have gotten HttpRetryException");
238 } catch (HttpRetryException e) {
/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DTest.java339 /* check for HttpRetryException on redirection */
353 throw new Exception ("should have gotten HttpRetryException");
354 } catch (HttpRetryException e) {
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java31 import java.net.HttpRetryException;
1347 throw new HttpRetryException (
1425 throw new HttpRetryException (
2338 throw new HttpRetryException (RETRY_MSG3, stat, loc);

Completed in 45 milliseconds