Class KafkaExceptions_$bundle
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.kafka.i18n.KafkaExceptions_$bundle
 
 
- 
- All Implemented Interfaces:
 KafkaExceptions,Serializable
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_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.kafka.i18n.KafkaExceptions
ex 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedKafkaExceptions_$bundle() 
- 
Method Summary
 
 - 
 
- 
- 
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
 
- 
illegalArgumentUnknownFailureStrategy$str
protected String illegalArgumentUnknownFailureStrategy$str()
 
- 
illegalArgumentUnknownFailureStrategy
public final IllegalArgumentException illegalArgumentUnknownFailureStrategy(String strategy)
- Specified by:
 illegalArgumentUnknownFailureStrategyin 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
 
- 
illegalArgumentInvalidFailureStrategy$str
protected String illegalArgumentInvalidFailureStrategy$str()
 
- 
illegalArgumentInvalidFailureStrategy
public final IllegalArgumentException illegalArgumentInvalidFailureStrategy(String strategy)
- Specified by:
 illegalArgumentInvalidFailureStrategyin interfaceKafkaExceptions
 
- 
illegalArgumentUnknownCommitStrategy$str
protected String illegalArgumentUnknownCommitStrategy$str()
 
- 
illegalArgumentUnknownCommitStrategy
public final IllegalArgumentException illegalArgumentUnknownCommitStrategy(String strategy)
- Specified by:
 illegalArgumentUnknownCommitStrategyin interfaceKafkaExceptions
 
- 
illegalArgumentInvalidCommitStrategy$str
protected String illegalArgumentInvalidCommitStrategy$str()
 
- 
illegalArgumentInvalidCommitStrategy
public final IllegalArgumentException illegalArgumentInvalidCommitStrategy(String strategy)
- Specified by:
 illegalArgumentInvalidCommitStrategyin interfaceKafkaExceptions
 
- 
unableToFindRebalanceListener2$str
protected String unableToFindRebalanceListener2$str()
 
- 
unableToFindRebalanceListener
public final javax.enterprise.inject.UnsatisfiedResolutionException unableToFindRebalanceListener(String name, String channel)
- Specified by:
 unableToFindRebalanceListenerin interfaceKafkaExceptions
 
- 
unableToFindRebalanceListener3$str
protected String unableToFindRebalanceListener3$str()
 
- 
unableToFindRebalanceListener
public final javax.enterprise.inject.AmbiguousResolutionException unableToFindRebalanceListener(String name, String channel, int count)
- Specified by:
 unableToFindRebalanceListenerin interfaceKafkaExceptions
 
- 
missingValueDeserializer$str
protected String missingValueDeserializer$str()
 
- 
missingValueDeserializer
public final IllegalArgumentException missingValueDeserializer(String channel, String channelAgain)
- Specified by:
 missingValueDeserializerin interfaceKafkaExceptions
 
- 
unableToCreateInstance$str
protected String unableToCreateInstance$str()
 
- 
unableToCreateInstance
public final IllegalArgumentException unableToCreateInstance(String clazz, Throwable cause)
- Specified by:
 unableToCreateInstancein interfaceKafkaExceptions
 
- 
unableToFindDeserializationFailureHandler2$str
protected String unableToFindDeserializationFailureHandler2$str()
 
- 
unableToFindDeserializationFailureHandler
public final javax.enterprise.inject.UnsatisfiedResolutionException unableToFindDeserializationFailureHandler(String name, String channel)
- Specified by:
 unableToFindDeserializationFailureHandlerin interfaceKafkaExceptions
 
- 
unableToFindDeserializationFailureHandler3$str
protected String unableToFindDeserializationFailureHandler3$str()
 
- 
unableToFindDeserializationFailureHandler
public final javax.enterprise.inject.AmbiguousResolutionException unableToFindDeserializationFailureHandler(String name, String channel, int count)
- Specified by:
 unableToFindDeserializationFailureHandlerin interfaceKafkaExceptions
 
 - 
 
 -