Interface PulsarExceptions
- All Known Implementing Classes:
PulsarExceptions_$bundle
@MessageBundle(projectCode="SRMSG",
length=5)
public interface PulsarExceptions
Exceptions for Pulsar Connector
Assigned ID range is 19100-19199
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
ex
-
-
Method Details
-
illegalStateUnableToBuildClient
@Message(id=19100, value="Unable to build Pulsar client") IllegalStateException illegalStateUnableToBuildClient(@Cause Throwable t) -
illegalStateUnableToBuildConsumer
@Message(id=19101, value="Unable to build Pulsar consumer") IllegalStateException illegalStateUnableToBuildConsumer(@Cause Throwable t) -
illegalStateUnableToBuildProducer
@Message(id=19102, value="Unable to build Pulsar producer") IllegalStateException illegalStateUnableToBuildProducer(@Cause Throwable t) -
illegalStateConsumeWithoutBackPressure
@Message(id=19103, value="Expecting downstream to consume without back-pressure") IllegalStateException illegalStateConsumeWithoutBackPressure() -
illegalStateOnlyOneSubscriber
@Message(id=19104, value="Only one subscriber allowed") IllegalStateException illegalStateOnlyOneSubscriber()
-