Class RabbitExceptionTranslator
- java.lang.Object
-
- org.springframework.amqp.rabbit.support.RabbitExceptionTranslator
-
public final class RabbitExceptionTranslator extends Object
Translates Rabbit Exceptions to theAmqpException
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 RuntimeException
convertRabbitAccessException(Throwable ex)
-
-
-
Method Detail
-
convertRabbitAccessException
public static RuntimeException convertRabbitAccessException(Throwable ex)
-
-