Class Mqtt5MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hivemq.client.internal.util.AsyncRuntimeException
com.hivemq.client.mqtt.mqtt5.exceptions.Mqtt5MessageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Mqtt5AuthException,Mqtt5ConnAckException,Mqtt5DisconnectException,Mqtt5PubAckException,Mqtt5PubRecException,Mqtt5SubAckException,Mqtt5UnsubAckException
public abstract class Mqtt5MessageException
extends com.hivemq.client.internal.util.AsyncRuntimeException
- Since:
- 1.0
- See Also:
-
Method Summary
Methods inherited from class com.hivemq.client.internal.util.AsyncRuntimeException
copy, fillInStackTrace, fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMqttMessage
-