src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpTimeoutException.java
branchhttp-client-branch
changeset 56086 ba42a59d3072
parent 48083 b1c1b4ef4be2
child 56087 e73e506a1969
equal deleted inserted replaced
56085:544869ae0b16 56086:ba42a59d3072
    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}
    32  * {@Incubating}
       
    33  *
       
    34  * @since 11
    33  */
    35  */
    34 public class HttpTimeoutException extends IOException {
    36 public class HttpTimeoutException extends IOException {
    35 
    37 
    36     private static final long serialVersionUID = 981344271622632951L;
    38     private static final long serialVersionUID = 981344271622632951L;
    37 
    39