Class InMemoryExceptions_$bundle
- java.lang.Object
-
- io.smallrye.reactive.messaging.connectors.i18n.InMemoryExceptions_$bundle
-
- All Implemented Interfaces:
InMemoryExceptions,Serializable
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_$bundleINSTANCE-
Fields inherited from interface io.smallrye.reactive.messaging.connectors.i18n.InMemoryExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInMemoryExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalArgumentChannelMustNotBeNull()protected StringillegalArgumentChannelMustNotBeNull$str()IllegalArgumentExceptionillegalArgumentChannelNameNull()protected StringillegalArgumentChannelNameNull$str()IllegalArgumentExceptionillegalArgumentInvalidIncomingConfig()protected StringillegalArgumentInvalidIncomingConfig$str()IllegalArgumentExceptionillegalArgumentInvalidOutgoingConfig()protected StringillegalArgumentInvalidOutgoingConfig$str()IllegalArgumentExceptionillegalArgumentUnknownChannel(String channel)protected StringillegalArgumentUnknownChannel$str()protected ObjectreadResolve()
-
-
-
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:
illegalArgumentChannelNameNullin interfaceInMemoryExceptions
-
illegalArgumentInvalidIncomingConfig$str
protected String illegalArgumentInvalidIncomingConfig$str()
-
illegalArgumentInvalidIncomingConfig
public final IllegalArgumentException illegalArgumentInvalidIncomingConfig()
- Specified by:
illegalArgumentInvalidIncomingConfigin interfaceInMemoryExceptions
-
illegalArgumentInvalidOutgoingConfig$str
protected String illegalArgumentInvalidOutgoingConfig$str()
-
illegalArgumentInvalidOutgoingConfig
public final IllegalArgumentException illegalArgumentInvalidOutgoingConfig()
- Specified by:
illegalArgumentInvalidOutgoingConfigin interfaceInMemoryExceptions
-
illegalArgumentChannelMustNotBeNull$str
protected String illegalArgumentChannelMustNotBeNull$str()
-
illegalArgumentChannelMustNotBeNull
public final IllegalArgumentException illegalArgumentChannelMustNotBeNull()
- Specified by:
illegalArgumentChannelMustNotBeNullin interfaceInMemoryExceptions
-
illegalArgumentUnknownChannel$str
protected String illegalArgumentUnknownChannel$str()
-
illegalArgumentUnknownChannel
public final IllegalArgumentException illegalArgumentUnknownChannel(String channel)
- Specified by:
illegalArgumentUnknownChannelin interfaceInMemoryExceptions
-
-