Interface PubSubExceptions
- 
- All Known Implementing Classes:
 PubSubExceptions_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface PubSubExceptionsExceptions for GCP Pub/Sub Connector Assigned ID range is 14600-14699 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PubSubExceptionsex 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalStateExceptionillegalStateUnableToBuildPublisher(Throwable t)IllegalStateExceptionillegalStateUnableToBuildSubscriptionAdminClient(Throwable t)IllegalStateExceptionillegalStateUnableToBuildTopicAdminClient(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) 
 - 
 
 -