Class EventBusExceptions_$bundle
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.eventbus.i18n.EventBusExceptions_$bundle
 
 
- 
- All Implemented Interfaces:
 EventBusExceptions,Serializable
public class EventBusExceptions_$bundle extends Object implements EventBusExceptions, Serializable
Warning this class consists of generated code.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static EventBusExceptions_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.eventbus.i18n.EventBusExceptions
ex 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedEventBusExceptions_$bundle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalArgumentPublishAndExpectReply()protected StringillegalArgumentPublishAndExpectReply$str()protected ObjectreadResolve() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final EventBusExceptions_$bundle INSTANCE
 
 - 
 
- 
Method Detail
- 
readResolve
protected Object readResolve()
 
- 
getLoggingLocale
protected Locale getLoggingLocale()
 
- 
illegalArgumentPublishAndExpectReply$str
protected String illegalArgumentPublishAndExpectReply$str()
 
- 
illegalArgumentPublishAndExpectReply
public final IllegalArgumentException illegalArgumentPublishAndExpectReply()
- Specified by:
 illegalArgumentPublishAndExpectReplyin interfaceEventBusExceptions
 
 - 
 
 -