Package io.micronaut.mqtt.exception
Class MqttSubscriberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.messaging.exceptions.MessagingException
io.micronaut.messaging.exceptions.MessageListenerException
io.micronaut.mqtt.exception.MqttSubscriberException
- All Implemented Interfaces:
Serializable
public class MqttSubscriberException
extends io.micronaut.messaging.exceptions.MessageListenerException
An exception thrown while subscribing to MQTT topics.
- Since:
- 1.0.0
- Author:
- James Kleeh
- See Also:
-
Constructor Summary
ConstructorDescriptionMqttSubscriberException
(String message) MqttSubscriberException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MqttSubscriberException
-
MqttSubscriberException
-