Class UnroutableRpcRequestException

    • Constructor Detail

      • UnroutableRpcRequestException

        public UnroutableRpcRequestException​(int replyCode,
                                             String replyText,
                                             String exchange,
                                             String routingKey,
                                             AMQP.BasicProperties properties,
                                             byte[] body)
    • Method Detail

      • getReplyCode

        public int getReplyCode()
      • getReplyText

        public String getReplyText()
      • getExchange

        public String getExchange()
      • getRoutingKey

        public String getRoutingKey()
      • getBody

        public byte[] getBody()