Package org.glassfish.tyrus.core
Class Utf8DecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.tyrus.core.WebSocketException
org.glassfish.tyrus.core.Utf8DecodingException
- All Implemented Interfaces:
Serializable
TODO
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Utf8DecodingException
public Utf8DecodingException()TODO
-
-
Method Details
-
getCloseReason
Description copied from class:WebSocketException
Get close reason.- Specified by:
getCloseReason
in classWebSocketException
- Returns:
- close reason used when processing this exception.
-