-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidFrameException extends InvalidDataException
exception which indicates that a invalid frame was received (CloseFrame.PROTOCOL_ERROR)
-
-
Constructor Summary
Constructors Constructor Description InvalidFrameException()
constructor for a InvalidFrameExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR InvalidFrameException(String s)
constructor for a InvalidFrameExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR InvalidFrameException(Throwable t)
constructor for a InvalidFrameExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR InvalidFrameException(String s, Throwable t)
constructor for a InvalidFrameExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.tds.common.websocket.exceptions.InvalidDataException
getCloseCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
InvalidFrameException
InvalidFrameException()
constructor for a InvalidFrameExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR
-
InvalidFrameException
InvalidFrameException(String s)
constructor for a InvalidFrameExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR- Parameters:
s
- the detail message.
-
InvalidFrameException
InvalidFrameException(Throwable t)
constructor for a InvalidFrameExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR- Parameters:
t
- the throwable causing this exception.
-
-
-
-