@Deprecated public class HandshakeException extends WebSocketException
WebSocketException, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static int | 
PROTOCOL_ERROR
Deprecated.  
Error code indicating that the handshake request cannot meet
 the requirements specified in the WebSocket Protocol (RFC6455). 
 | 
static int | 
UNSUPPORTED_VERSION
Deprecated.  
Error code indicating that the specified WebSocket Protocol version
 of the handshake request is not supported. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCode()
Deprecated.  
Get the error code of the exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int PROTOCOL_ERROR
public static final int UNSUPPORTED_VERSION