Class MqttExceptions_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
-
- All Implemented Interfaces:
MqttExceptions
,Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-07-23T10:41:23+0200") public class MqttExceptions_$bundle extends Object implements MqttExceptions, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MqttExceptions_$bundle
INSTANCE
-
Fields inherited from interface io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MqttExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Locale
getLoggingLocale()
IllegalArgumentException
illegalArgumentUnknownStrategy(String strategy)
protected String
illegalArgumentUnknownStrategy$str()
protected Object
readResolve()
-
-
-
Field Detail
-
INSTANCE
public static final MqttExceptions_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
illegalArgumentUnknownStrategy$str
protected String illegalArgumentUnknownStrategy$str()
-
illegalArgumentUnknownStrategy
public final IllegalArgumentException illegalArgumentUnknownStrategy(String strategy)
- Specified by:
illegalArgumentUnknownStrategy
in interfaceMqttExceptions
-
-