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