Class RabbitMQException

    • Constructor Detail

      • RabbitMQException

        public RabbitMQException​(String msg)
        Create an exception with given exception message
        Parameters:
        msg - an exception message
      • RabbitMQException

        public RabbitMQException​(String msg,
                                 Exception e)
        Create an exception with given message and wrapping the given exception object
        Parameters:
        msg - exception message
        e - exception