public class InvalidFrameException extends InvalidDataException
构造器和说明 |
---|
InvalidFrameException()
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidFrameException(java.lang.String s)
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidFrameException(java.lang.String s,
java.lang.Throwable t)
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidFrameException(java.lang.Throwable t)
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
getCloseCode
public InvalidFrameException()
calling InvalidDataException with closecode PROTOCOL_ERROR
public InvalidFrameException(java.lang.String s)
calling InvalidDataException with closecode PROTOCOL_ERROR
s
- the detail message.public InvalidFrameException(java.lang.Throwable t)
calling InvalidDataException with closecode PROTOCOL_ERROR
t
- the throwable causing this exception.public InvalidFrameException(java.lang.String s, java.lang.Throwable t)
calling InvalidDataException with closecode PROTOCOL_ERROR
s
- the detail message.t
- the throwable causing this exception.