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