Exception | Description |
---|---|
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.
|
ChannelErrorException |
Exception thrown if the client attempted to work with a channel that had not
been correctly opened.
|
ChannelException |
These exceptions are all associated with failures that affect the current
channel but not other channels in the same connection;
|
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.
|
InternalErrorException |
Exception thrown if the server could not complete the method because of an
internal error.
|
InterruptedException | |
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 | |
UnexpectedFrameException |
Exception thrown if the peer sent a frame that was not expected, usually in
the context of a content header and body.
|
Copyright © 2023 ScalAgent D.T.. All rights reserved.