Class MqttSessionExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hivemq.client.internal.util.AsyncRuntimeException
com.hivemq.client.mqtt.exceptions.MqttSessionExpiredException
- All Implemented Interfaces:
Serializable
public class MqttSessionExpiredException
extends com.hivemq.client.internal.util.AsyncRuntimeException
Exception that is used if an MQTT session has expired.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMqttSessionExpiredException(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class com.hivemq.client.internal.util.AsyncRuntimeException
fillInStackTrace, fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MqttSessionExpiredException
-
-
Method Details
-
copy
- Specified by:
copyin classcom.hivemq.client.internal.util.AsyncRuntimeException
-