src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/WebSocketHandshakeException.java
branchhttp-client-branch
changeset 56086 ba42a59d3072
parent 48083 b1c1b4ef4be2
child 56087 e73e506a1969
equal deleted inserted replaced
56085:544869ae0b16 56086:ba42a59d3072
    29 
    29 
    30 /**
    30 /**
    31  * An exception used to signal the opening handshake failed.
    31  * An exception used to signal the opening handshake failed.
    32  * {@Incubating}
    32  * {@Incubating}
    33  *
    33  *
    34  * @since 9
    34  * @since 11
    35  */
    35  */
    36 public final class WebSocketHandshakeException extends IOException {
    36 public final class WebSocketHandshakeException extends IOException {
    37 
    37 
    38     private static final long serialVersionUID = 1L;
    38     private static final long serialVersionUID = 1L;
    39 
    39