Package | Description |
---|---|
org.ow2.joram.mom.amqp | |
org.ow2.joram.mom.amqp.exceptions | |
org.ow2.joram.mom.amqp.marshalling |
Class and 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.
|
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 |
Class and Description |
---|
AMQPException
Root class for all AMQP exceptions.
|
ChannelException
These exceptions are all associated with failures that affect the current
channel but not other channels in the same connection;
|
ConnectionException
These exceptions are all associated with failures that preclude any further
activity on the connection and require its closing.
|
InternalErrorException
Exception thrown if the server could not complete the method because of an
internal error.
|
Class and Description |
---|
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.
|
SyntaxErrorException
Exception thrown if the sender sent a frame that contained illegal values for
one or more fields.
|
Copyright © 2021 ScalAgent D.T.. All rights reserved.