// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.handler.codec.http.websocketx;

public class WebSocketHandshakeException extends RuntimeException
{
    private static final long serialVersionUID = 1L;
    
    public WebSocketHandshakeException(final String s) {
        super(s);
    }
    
    public WebSocketHandshakeException(final String s, final Throwable throwable) {
        super(s, throwable);
    }
}
