Class PubSubExceptions_$bundle
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.gcp.pubsub.i18n.PubSubExceptions_$bundle
 
 
- 
- All Implemented Interfaces:
 PubSubExceptions,Serializable
public class PubSubExceptions_$bundle extends Object implements PubSubExceptions, Serializable
Warning this class consists of generated code.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PubSubExceptions_$bundleINSTANCE- 
Fields inherited from interface io.smallrye.reactive.messaging.gcp.pubsub.i18n.PubSubExceptions
ex 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedPubSubExceptions_$bundle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalStateExceptionillegalStateUnableToBuildPublisher(Throwable t)protected StringillegalStateUnableToBuildPublisher$str()IllegalStateExceptionillegalStateUnableToBuildSubscriptionAdminClient(Throwable t)protected StringillegalStateUnableToBuildSubscriptionAdminClient$str()IllegalStateExceptionillegalStateUnableToBuildTopicAdminClient(Throwable t)protected StringillegalStateUnableToBuildTopicAdminClient$str()protected ObjectreadResolve() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final PubSubExceptions_$bundle INSTANCE
 
 - 
 
- 
Method Detail
- 
readResolve
protected Object readResolve()
 
- 
getLoggingLocale
protected Locale getLoggingLocale()
 
- 
illegalStateUnableToBuildSubscriptionAdminClient$str
protected String illegalStateUnableToBuildSubscriptionAdminClient$str()
 
- 
illegalStateUnableToBuildSubscriptionAdminClient
public final IllegalStateException illegalStateUnableToBuildSubscriptionAdminClient(Throwable t)
- Specified by:
 illegalStateUnableToBuildSubscriptionAdminClientin interfacePubSubExceptions
 
- 
illegalStateUnableToBuildTopicAdminClient$str
protected String illegalStateUnableToBuildTopicAdminClient$str()
 
- 
illegalStateUnableToBuildTopicAdminClient
public final IllegalStateException illegalStateUnableToBuildTopicAdminClient(Throwable t)
- Specified by:
 illegalStateUnableToBuildTopicAdminClientin interfacePubSubExceptions
 
- 
illegalStateUnableToBuildPublisher$str
protected String illegalStateUnableToBuildPublisher$str()
 
- 
illegalStateUnableToBuildPublisher
public final IllegalStateException illegalStateUnableToBuildPublisher(Throwable t)
- Specified by:
 illegalStateUnableToBuildPublisherin interfacePubSubExceptions
 
 - 
 
 -