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