Class ConsumeOkNotReceivedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.rabbit.core.ConsumeOkNotReceivedException
- All Implemented Interfaces:
Serializable
Thrown when a blocking receive operation is performed but the consumeOk
was not received before the receive timeout. Consider increasing the
receive timeout.
- Since:
- 2.0
- 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
-
ConsumeOkNotReceivedException
-