Package io.quarkus.websockets.next
Class WebSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.websockets.next.WebSocketException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BinaryDecodeException,BinaryEncodeException,TextDecodeException,TextEncodeException,WebSocketClientException,WebSocketServerException
@Experimental("This API is experimental and may change in the future")
public class WebSocketException
extends RuntimeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebSocketException(String message) WebSocketException(String message, Throwable cause) WebSocketException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebSocketException
-
WebSocketException
-
WebSocketException
-