@MessageBundle(projectCode="SRMSG",
length=5)
public interface MqttExceptions
| Modifier and Type | Field and Description |
|---|---|
static MqttExceptions |
ex |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
illegalArgumentInvalidQoS(int qos) |
IllegalArgumentException |
illegalArgumentUnknownStrategy(String strategy) |
static final MqttExceptions ex
@Message(id=17000,
value="Unknown failure strategy: %s")
IllegalArgumentException illegalArgumentUnknownStrategy(String strategy)
@Message(id=17001,
value="Invalid QoS value: %s")
IllegalArgumentException illegalArgumentInvalidQoS(int qos)
Copyright © 2018–2021 SmallRye. All rights reserved.