| Exception | Description |
|---|---|
| AMQChannelClosedException |
AMQChannelClosedException indicates that an operation cannot be performed becauase a channel has been closed.
|
| AMQConnectionClosedException |
AMQConnectionClosedException indicates that a connection has been closed.
|
| AMQConnectionException |
AMQConnectionException indicates that an error that requires the channel to be closed has occurred.
|
| AMQConnectionFailureException |
AMQConnectionFailureException indicates that a connection to a broker could not be formed.
|
| AMQDisconnectedException |
AMQDisconnectedException indicates that a broker disconnected without failover.
|
| AMQException | |
| AMQInternalException |
InternalException encapsulates error code 541, or
ErrorCodes.INTERNAL_ERROR exceptions relating to the
AMQ protocol. |
| AMQInvalidArgumentException |
AMQInvalidArgumentException indicates that an invalid argument has been passed to an AMQP method.
|
| AMQInvalidRoutingKeyException |
AMQInvalidRoutingKeyException indicates an error with a routing key having an invalid format.
|
| AMQPInvalidClassException |
AMQPInvalidClassException indicates an error when trying to store an illegally typed argument in a field table.
|
| AMQProtocolException | |
| AMQSecurityException |
SecurityException encapsulates error code 403, or
ErrorCodes.ACCESS_REFUSED exceptions relating to the
AMQ protocol. |
| AMQTimeoutException |
AMQTimeoutException indicates that an expected response from a broker took too long.
|
| AMQUndeliveredException |
AMQUndeliveredException indicates that a message, marked immediate or mandatory, could not be delivered.
|
| AMQUnresolvedAddressException |
AMQUnresolvedAddressException indicates failure to resolve a socket address.
|
| QpidException |
AMQException forms the root exception of all exceptions relating to the AMQ protocol.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.