public class InvalidFrameException extends InvalidDataException
Constructor and Description |
---|
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
|
getCloseCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2021. All rights reserved.