public class Mqtt5SubAckException extends Mqtt5MessageException
| Constructor and Description |
|---|
Mqtt5SubAckException(@NotNull Mqtt5SubAck subAck,
@NotNull String message) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull Mqtt5SubAckException |
copy() |
@NotNull Mqtt5SubAck |
getMqttMessage() |
fillInStackTrace, fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Mqtt5SubAckException(@NotNull
@NotNull Mqtt5SubAck subAck,
@NotNull
@NotNull String message)
@NotNull protected @NotNull Mqtt5SubAckException copy()
copy in class com.hivemq.client.internal.util.AsyncRuntimeException@NotNull public @NotNull Mqtt5SubAck getMqttMessage()
getMqttMessage in class Mqtt5MessageException