public class InvalidFrameException extends InvalidDataException
| 构造器和说明 |
|---|
InvalidFrameException()
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidFrameException(String s)
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidFrameException(String s,
Throwable t)
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
InvalidFrameException(Throwable t)
constructor for a InvalidFrameException
calling InvalidDataException with closecode PROTOCOL_ERROR
|
getCloseCodepublic InvalidFrameException()
calling InvalidDataException with closecode PROTOCOL_ERROR
public InvalidFrameException(String s)
calling InvalidDataException with closecode PROTOCOL_ERROR
s - the detail message.public InvalidFrameException(Throwable t)
calling InvalidDataException with closecode PROTOCOL_ERROR
t - the throwable causing this exception.Copyright © 2023. All rights reserved.