Package org.glassfish.grizzly.websockets
Class FramingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.grizzly.websockets.WebSocketException
org.glassfish.grizzly.websockets.FramingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProtocolError,Utf8DecodingError
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFramingException(String s, Throwable throwable) FramingException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FramingException
-
FramingException
-
FramingException
-
-
Method Details
-
getClosingCode
public abstract int getClosingCode()
-