Interface PubSubExceptions
-
- All Known Implementing Classes:
PubSubExceptions_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface PubSubExceptions
Exceptions for GCP Pub/Sub Connector Assigned ID range is 14600-14699
-
-
Field Summary
Fields Modifier and Type Field Description static PubSubExceptions
ex
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalStateException
illegalStateUnableToBuildPublisher(Throwable t)
IllegalStateException
illegalStateUnableToBuildSubscriptionAdminClient(Throwable t)
IllegalStateException
illegalStateUnableToBuildTopicAdminClient(Throwable t)
-
-
-
Field Detail
-
ex
static final PubSubExceptions ex
-
-
Method Detail
-
illegalStateUnableToBuildSubscriptionAdminClient
@Message(id=14600, value="Unable to build pub/sub subscription admin client") IllegalStateException illegalStateUnableToBuildSubscriptionAdminClient(@Cause Throwable t)
-
illegalStateUnableToBuildTopicAdminClient
@Message(id=14601, value="Unable to build pub/sub topic admin client") IllegalStateException illegalStateUnableToBuildTopicAdminClient(@Cause Throwable t)
-
illegalStateUnableToBuildPublisher
@Message(id=14602, value="Unable to build pub/sub publisher") IllegalStateException illegalStateUnableToBuildPublisher(@Cause Throwable t)
-
-