|
Exception Summary |
| AmqpConnectException |
RuntimeException wrapper for an ConnectException which can be commonly thrown from AMQP operations if the
remote process dies or there is a network issue. |
| AmqpException |
Base RuntimeException for errors that occur when executing AMQP operations. |
| AmqpIllegalStateException |
Equivalent of an IllegalStateException but within the AmqpException hierarchy. |
| AmqpIOException |
RuntimeException wrapper for an IOException which
can be commonly thrown from AMQP operations. |
| AmqpRejectAndDontRequeueException |
Exception for listener implementations used to indicate the
basic.reject will be sent with requeue=false in order to enable
features such as DLQ. |
| AmqpUnsupportedEncodingException |
RuntimeException for unsupported encoding in an AMQP operation. |
| ImmediateAcknowledgeAmqpException |
Special exception for listener implementations that want to signal that the current batch of messages should be
acknowledged immediately (i.e. as soon as possible) without rollback, and without consuming any more messages. |
| UncategorizedAmqpException |
A "catch-all" exception type within the AmqpException hierarchy
when no more specific cause is known. |