Exception | Description |
---|---|
AmqpApplicationContextClosedException |
Thrown when the connection factory has been destroyed during
context close; the factory can no longer open connections.
|
AmqpAuthenticationException |
Runtime wrapper for an authentication exception.
|
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.
|
AmqpRemoteException |
An exception that wraps an exception thrown by the server in a
request/reply scenario.
|
AmqpResourceNotAvailableException |
The
AmqpException thrown when some resource can't be accessed. |
AmqpTimeoutException |
Exception thrown when some time-bound operation fails to execute in the
desired time.
|
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.
|
ImmediateRequeueAmqpException |
The special
AmqpException to be thrown from the listener (e.g. |
UncategorizedAmqpException |
A "catch-all" exception type within the AmqpException hierarchy
when no more specific cause is known.
|