Class QueuesNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException
org.springframework.amqp.rabbit.listener.QueuesNotAvailableException
- All Implemented Interfaces:
Serializable
This exception indicates that a consumer could not be started because none of
its queues are available for listening.
- Since:
- 1.3.5
- Author:
- Gary Russell
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueuesNotAvailableException
-