Package io.quarkus.websockets.next
Class BinaryDecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.websockets.next.WebSocketException
io.quarkus.websockets.next.BinaryDecodeException
- All Implemented Interfaces:
Serializable
@Experimental("This API is experimental and may change in the future")
public class BinaryDecodeException
extends WebSocketException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryDecodeException(io.vertx.core.buffer.Buffer bytes, String message) BinaryDecodeException(io.vertx.core.buffer.Buffer bytes, String message, 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
-
BinaryDecodeException
-
BinaryDecodeException
-
-
Method Details
-
getBytes
public io.vertx.core.buffer.Buffer getBytes()
-