@MessageBundle(projectCode="SRMSG",
length=5)
public interface PubSubExceptions
| Modifier and Type | Field and Description |
|---|---|
static PubSubExceptions |
ex |
| Modifier and Type | Method and Description |
|---|---|
IllegalStateException |
illegalStateUnableToBuildPublisher(Throwable t) |
IllegalStateException |
illegalStateUnableToBuildSubscriptionAdminClient(Throwable t) |
IllegalStateException |
illegalStateUnableToBuildTopicAdminClient(Throwable t) |
static final PubSubExceptions ex
@Message(id=14600,
value="Unable to build pub/sub subscription admin client")
IllegalStateException illegalStateUnableToBuildSubscriptionAdminClient(@Cause
Throwable t)
@Message(id=14601,
value="Unable to build pub/sub topic admin client")
IllegalStateException illegalStateUnableToBuildTopicAdminClient(@Cause
Throwable t)
@Message(id=14602,
value="Unable to build pub/sub publisher")
IllegalStateException illegalStateUnableToBuildPublisher(@Cause
Throwable t)
Copyright © 2018–2021 SmallRye. All rights reserved.