src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpTimeoutException.java
branchhttp-client-branch
changeset 56087 e73e506a1969
parent 56086 ba42a59d3072
child 56088 38fac6d0521d
equal deleted inserted replaced
56086:ba42a59d3072 56087:e73e506a1969
    27 
    27 
    28 import java.io.IOException;
    28 import java.io.IOException;
    29 
    29 
    30 /**
    30 /**
    31  * Thrown when a response is not received within a specified time period.
    31  * Thrown when a response is not received within a specified time period.
    32  * {@Incubating}
       
    33  *
    32  *
    34  * @since 11
    33  * @since 11
    35  */
    34  */
    36 public class HttpTimeoutException extends IOException {
    35 public class HttpTimeoutException extends IOException {
    37 
    36