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
|
getCloseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2020. All rights reserved.