Interface MqttExceptions
-
- All Known Implementing Classes:
MqttExceptions_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface MqttExceptionsExceptions for MQTT Connector Assigned ID range is 17000-17099
-
-
Field Summary
Fields Modifier and Type Field Description static MqttExceptionsex
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptionillegalArgumentInvalidQoS(int qos)IllegalArgumentExceptionillegalArgumentUnknownStrategy(String strategy)
-
-
-
Field Detail
-
ex
static final MqttExceptions ex
-
-
Method Detail
-
illegalArgumentUnknownStrategy
@Message(id=17000, value="Unknown failure strategy: %s") IllegalArgumentException illegalArgumentUnknownStrategy(String strategy)
-
illegalArgumentInvalidQoS
@Message(id=17001, value="Invalid QoS value: %s") IllegalArgumentException illegalArgumentInvalidQoS(int qos)
-
-