Class AmqpExceptions


  • public abstract class AmqpExceptions
    extends Object
    • Constructor Detail

      • AmqpExceptions

        public AmqpExceptions()
    • Method Detail

      • inequivalentExchangeRedeclare

        public static IOException inequivalentExchangeRedeclare​(com.rabbitmq.client.Channel ref,
                                                                String vhost,
                                                                String exchangeName,
                                                                String currentType,
                                                                String receivedType)
      • exchangeNotFound

        public static IOException exchangeNotFound​(com.rabbitmq.client.Channel ref,
                                                   String vhost,
                                                   String exchangeName)
      • queueNotFound

        public static IOException queueNotFound​(com.rabbitmq.client.Channel ref,
                                                String vhost,
                                                String queueName)