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