public class MqttClientStateException
extends com.hivemq.client.internal.util.AsyncRuntimeException
MqttClient that is
not possible in its current state, e.g. a client can not publish if it is not connected.| Constructor and Description |
|---|
MqttClientStateException(@NotNull String message) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull MqttClientStateException |
copy() |
fillInStackTrace, fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MqttClientStateException(@NotNull
@NotNull String message)
@NotNull protected @NotNull MqttClientStateException copy()
copy in class com.hivemq.client.internal.util.AsyncRuntimeException