Class CamelExceptions_$bundle
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.camel.i18n.CamelExceptions_$bundle
 
 
- 
- All Implemented Interfaces:
 CamelExceptions,Serializable
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_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.camel.i18n.CamelExceptions
ex 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedCamelExceptions_$bundle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalArgumentUnknownStrategy(CamelFailureHandler.Strategy strategy)protected StringillegalArgumentUnknownStrategy$str()protected ObjectreadResolve()IllegalStateExceptionunableToRegisterService(Throwable cause)protected StringunableToRegisterService$str() 
 - 
 
- 
- 
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:
 illegalArgumentUnknownStrategyin interfaceCamelExceptions
 
- 
unableToRegisterService$str
protected String unableToRegisterService$str()
 
- 
unableToRegisterService
public final IllegalStateException unableToRegisterService(Throwable cause)
- Specified by:
 unableToRegisterServicein interfaceCamelExceptions
 
 - 
 
 -