public class InvalidHandshakeException extends InvalidDataException
Constructor and Description |
---|
InvalidHandshakeException()
constructor for a InvalidHandshakeException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidHandshakeException(String s)
constructor for a InvalidHandshakeException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidHandshakeException(String s,
Throwable t)
constructor for a InvalidHandshakeException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidHandshakeException(Throwable t)
constructor for a InvalidHandshakeException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
getCloseCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidHandshakeException()
calling InvalidDataException with closecode PROTOCOL_ERROR
public InvalidHandshakeException(String s, Throwable t)
calling InvalidDataException with closecode PROTOCOL_ERROR
s
- the detail message.t
- the throwable causing this exception.public InvalidHandshakeException(String s)
calling InvalidDataException with closecode PROTOCOL_ERROR
s
- the detail message.public InvalidHandshakeException(Throwable t)
calling InvalidDataException with closecode PROTOCOL_ERROR
t
- the throwable causing this exception.Copyright © 2017. All rights reserved.