Package org.springframework.amqp
package org.springframework.amqp
Base package for Spring AMQP.
-
ClassDescriptionThrown when the connection factory has been destroyed during context close; the factory can no longer open connections.Runtime wrapper for an authentication exception.RuntimeException wrapper for an
ConnectException
which can be commonly thrown from AMQP operations if the remote process dies or there is a network issue.Base RuntimeException for errors that occur when executing AMQP operations.Equivalent of an IllegalStateException but within the AmqpException hierarchy.RuntimeException wrapper for anIOException
which can be commonly thrown from AMQP operations.Exception for listener implementations used to indicate the basic.reject will be sent with requeue=false in order to enable features such as DLQ.An exception that wraps an exception thrown by the server in a request/reply scenario.TheAmqpException
thrown when some resource can't be accessed.Exception thrown when some time-bound operation fails to execute in the desired time.RuntimeException for unsupported encoding in an AMQP operation.Special exception for listener implementations that want to signal that the current batch of messages should be acknowledged immediately (i.e.The specialAmqpException
to be thrown from the listener (e.g.A "catch-all" exception type within the AmqpException hierarchy when no more specific cause is known.