Interface RabbitMQExceptions

  • All Known Implementing Classes:
    RabbitMQExceptions_$bundle

    @MessageBundle(projectCode="SRMSG",
                   length=5)
    public interface RabbitMQExceptions
    Defines a bundle of exception messages each with a unique id.
    • Method Detail

      • illegalStateConsumeWithoutBackPressure

        @Message(id=16001,
                 value="Expecting downstream to consume without back-pressure")
        IllegalStateException illegalStateConsumeWithoutBackPressure()
      • illegalArgumentInvalidFailureStrategy

        @Message(id=16002,
                 value="Invalid failure strategy: %s")
        IllegalArgumentException illegalArgumentInvalidFailureStrategy​(String strategy)
      • illegalStateConnectionDisconnected

        @Message(id=16003,
                 value="AMQP Connection disconnected")
        IllegalStateException illegalStateConnectionDisconnected()
      • illegalArgumentUnknownFailureStrategy

        @Message(id=16004,
                 value="Unknown failure strategy: %s")
        IllegalArgumentException illegalArgumentUnknownFailureStrategy​(String strategy)
      • illegalStateOnlyOneSubscriberAllowed

        @Message(id=16005,
                 value="Only one subscriber allowed")
        IllegalStateException illegalStateOnlyOneSubscriberAllowed()
      • illegalArgumentInvalidMaxInflightMessages

        @Message(id=16006,
                 value="The value of max-inflight-messages must be greater than 0")
        IllegalArgumentException illegalArgumentInvalidMaxInflightMessages()
      • illegalArgumentInvalidDefaultTtl

        @Message(id=16007,
                 value="If specified, the value of default-ttl must be greater than or equal to 0")
        IllegalArgumentException illegalArgumentInvalidDefaultTtl()
      • illegalArgumentInvalidQueueTtl

        @Message(id=16008,
                 value="If specified, the value of queue.ttl must be greater than or equal to 0")
        IllegalArgumentException illegalArgumentInvalidQueueTtl()