java.io.Serializablepublic class InvalidHandshakeException extends InvalidDataException
| Constructor | Description |
|---|---|
InvalidHandshakeException() |
constructor for a InvalidHandshakeException
|
InvalidHandshakeException(java.lang.String s) |
constructor for a InvalidHandshakeException
|
InvalidHandshakeException(java.lang.String s,
java.lang.Throwable t) |
constructor for a InvalidHandshakeException
|
InvalidHandshakeException(java.lang.Throwable t) |
constructor for a InvalidHandshakeException
|
getCloseCodepublic InvalidHandshakeException()
calling InvalidDataException with closecode PROTOCOL_ERROR
public InvalidHandshakeException(java.lang.String s,
java.lang.Throwable t)
calling InvalidDataException with closecode PROTOCOL_ERROR
s - the detail message.t - the throwable causing this exception.public InvalidHandshakeException(java.lang.String s)
calling InvalidDataException with closecode PROTOCOL_ERROR
s - the detail message.public InvalidHandshakeException(java.lang.Throwable t)
calling InvalidDataException with closecode PROTOCOL_ERROR
t - the throwable causing this exception.