Class BinaryDecodeException

All Implemented Interfaces:
Serializable

@Experimental("This API is experimental and may change in the future") public class BinaryDecodeException extends WebSocketException
See Also:
  • Constructor Details

    • BinaryDecodeException

      public BinaryDecodeException(io.vertx.core.buffer.Buffer bytes, String message)
    • BinaryDecodeException

      public BinaryDecodeException(io.vertx.core.buffer.Buffer bytes, String message, Throwable cause)
  • Method Details

    • getBytes

      public io.vertx.core.buffer.Buffer getBytes()