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, SerializableWarning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static KafkaExceptions_$bundleINSTANCE-
Fields inherited from interface io.smallrye.reactive.messaging.kafka.i18n.KafkaExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKafkaExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalArgumentInvalidStrategy(String strategy)protected StringillegalArgumentInvalidStrategy$str()IllegalArgumentExceptionillegalArgumentNoMetadata(Class c)protected StringillegalArgumentNoMetadata$str()IllegalArgumentExceptionillegalArgumentUnknownStrategy(String strategy)protected StringillegalArgumentUnknownStrategy$str()IllegalStateExceptionillegalStateConsumeWithoutBackPressure()protected StringillegalStateConsumeWithoutBackPressure$str()IllegalStateExceptionillegalStateOnlyOneSubscriber()protected StringillegalStateOnlyOneSubscriber$str()protected ObjectreadResolve()
-
-
-
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:
illegalArgumentNoMetadatain interfaceKafkaExceptions
-
illegalArgumentUnknownStrategy$str
protected String illegalArgumentUnknownStrategy$str()
-
illegalArgumentUnknownStrategy
public final IllegalArgumentException illegalArgumentUnknownStrategy(String strategy)
- Specified by:
illegalArgumentUnknownStrategyin interfaceKafkaExceptions
-
illegalStateConsumeWithoutBackPressure$str
protected String illegalStateConsumeWithoutBackPressure$str()
-
illegalStateConsumeWithoutBackPressure
public final IllegalStateException illegalStateConsumeWithoutBackPressure()
- Specified by:
illegalStateConsumeWithoutBackPressurein interfaceKafkaExceptions
-
illegalStateOnlyOneSubscriber$str
protected String illegalStateOnlyOneSubscriber$str()
-
illegalStateOnlyOneSubscriber
public final IllegalStateException illegalStateOnlyOneSubscriber()
- Specified by:
illegalStateOnlyOneSubscriberin interfaceKafkaExceptions
-
illegalArgumentInvalidStrategy$str
protected String illegalArgumentInvalidStrategy$str()
-
illegalArgumentInvalidStrategy
public final IllegalArgumentException illegalArgumentInvalidStrategy(String strategy)
- Specified by:
illegalArgumentInvalidStrategyin interfaceKafkaExceptions
-
-