Class RabbitExceptionTranslator


  • public final class RabbitExceptionTranslator
    extends java.lang.Object
    Translates Rabbit Exceptions to the AmqpException class hierarchy. This functionality was previously in RabbitUtils, but that caused a package tangle.
    Since:
    1.2
    Author:
    Gary Russell
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.RuntimeException convertRabbitAccessException​(java.lang.Throwable ex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convertRabbitAccessException

        public static java.lang.RuntimeException convertRabbitAccessException​(java.lang.Throwable ex)