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