Package org.glassfish.grizzly.websockets
Class Utf8DecodingError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.grizzly.websockets.WebSocketException
org.glassfish.grizzly.websockets.FramingException
org.glassfish.grizzly.websockets.Utf8DecodingError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUtf8DecodingError(String s, Throwable throwable) Utf8DecodingError(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
-
Utf8DecodingError
-
Utf8DecodingError
-
Utf8DecodingError
-
-
Method Details
-
getClosingCode
public int getClosingCode()- Specified by:
getClosingCodein classFramingException
-