| AccessRefusedException |
The client attempted to work with a server entity to which it has no access
due to security settings.
|
| AMQPException |
Root class for all AMQP exceptions.
|
| CommandInvalidException |
Exception thrown if the client sent an invalid sequence of frames, attempting
to perform an operation that was considered invalid by the server.
|
| ConnectionException |
These exceptions are all associated with failures that preclude any further
activity on the connection and require its closing.
|
| FrameErrorException |
Exception thrown if the sender sent a malformed frame that the recipient
could not decode.
|
| NoConsumersException |
Exception thrown when the exchange cannot deliver to a consumer when the
immediate flag is set.
|
| NotAllowedException |
Exception thrown if the client tried to work with some entity in a manner
that is prohibited by the server, due to security settings or by some other
criteria.
|
| NotFoundException |
Exception thrown if the client attempted to work with a server entity that
does not exist.
|
| NotImplementedException |
Exception thrown if the client tried to use functionality that is not
implemented in the server.
|
| PreconditionFailedException |
Exception thrown if the client requested a method that was not allowed
because some precondition failed.
|
| ResourceLockedException |
Exception thrown if the client attempted to work with a server entity to
which it has no access because another client is working with it.
|
| SyntaxErrorException |
Exception thrown if the sender sent a frame that contained illegal values for
one or more fields.
|
| TransactionException |
|