src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/WebSocketHandshakeException.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  * An exception used to signal the opening handshake failed.
    31  * An exception used to signal the opening handshake failed.
    32  * {@Incubating}
       
    33  *
    32  *
    34  * @since 11
    33  * @since 11
    35  */
    34  */
    36 public final class WebSocketHandshakeException extends IOException {
    35 public final class WebSocketHandshakeException extends IOException {
    37 
    36