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_$bundle
INSTANCE
-
Fields inherited from interface io.smallrye.reactive.messaging.gcp.pubsub.i18n.PubSubExceptions
ex
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PubSubExceptions_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Locale
getLoggingLocale()
IllegalStateException
illegalStateUnableToBuildPublisher(Throwable t)
protected String
illegalStateUnableToBuildPublisher$str()
IllegalStateException
illegalStateUnableToBuildSubscriptionAdminClient(Throwable t)
protected String
illegalStateUnableToBuildSubscriptionAdminClient$str()
IllegalStateException
illegalStateUnableToBuildTopicAdminClient(Throwable t)
protected String
illegalStateUnableToBuildTopicAdminClient$str()
protected Object
readResolve()
-
-
-
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:
illegalStateUnableToBuildSubscriptionAdminClient
in interfacePubSubExceptions
-
illegalStateUnableToBuildTopicAdminClient$str
protected String illegalStateUnableToBuildTopicAdminClient$str()
-
illegalStateUnableToBuildTopicAdminClient
public final IllegalStateException illegalStateUnableToBuildTopicAdminClient(Throwable t)
- Specified by:
illegalStateUnableToBuildTopicAdminClient
in interfacePubSubExceptions
-
illegalStateUnableToBuildPublisher$str
protected String illegalStateUnableToBuildPublisher$str()
-
illegalStateUnableToBuildPublisher
public final IllegalStateException illegalStateUnableToBuildPublisher(Throwable t)
- Specified by:
illegalStateUnableToBuildPublisher
in interfacePubSubExceptions
-
-