Class Mqtt3MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hivemq.client.internal.util.AsyncRuntimeException
com.hivemq.client.mqtt.mqtt3.exceptions.Mqtt3MessageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Mqtt3ConnAckException,Mqtt3DisconnectException,Mqtt3PubAckException,Mqtt3PubRecException,Mqtt3SubAckException,Mqtt3UnsubAckException
public abstract class Mqtt3MessageException
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
-