Package | Description |
---|---|
org.apache.qpid | |
org.apache.qpid.client | |
org.apache.qpid.framing |
Modifier and Type | Class and Description |
---|---|
class |
AMQChannelClosedException
AMQChannelClosedException indicates that an operation cannot be performed becauase a channel has been closed.
|
class |
AMQChannelException
AMQChannelException indicates that an error that requires the channel to be closed has occurred.
|
class |
AMQConnectionClosedException
AMQConnectionClosedException indicates that a connection has been closed.
|
class |
AMQConnectionException
AMQConnectionException indicates that an error that requires the channel to be closed has occurred.
|
class |
AMQInternalException
InternalException encapsulates error code 541, or
AMQConstant.INTERNAL_ERROR exceptions relating to the
AMQ protocol. |
class |
AMQInvalidArgumentException
AMQInvalidArgumentException indicates that an invalid argument has been passed to an AMQP method.
|
class |
AMQInvalidRoutingKeyException
AMQInvalidRoutingKeyException indicates an error with a routing key having an invalid format.
|
class |
AMQProtocolException |
class |
AMQSecurityException
SecurityException encapsulates error code 403, or
AMQConstant.ACCESS_REFUSED exceptions relating to the
AMQ protocol. |
class |
AMQTimeoutException
AMQTimeoutException indicates that an expected response from a broker took too long.
|
class |
AMQUndeliveredException
AMQUndeliveredException indicates that a message, marked immediate or mandatory, could not be delivered.
|
Modifier and Type | Method and Description |
---|---|
AMQException |
AMQException.cloneForCurrentThread() |
Modifier and Type | Class and Description |
---|---|
class |
AMQAuthenticationException
AMQAuthenticationException represents all failures to authenticate access to a broker.
|
class |
AMQNoConsumersException
AMQNoConsumersException indicates failure to pass an immediate message to a consumer.
|
class |
AMQNoRouteException
AMQNoRouteException indicates that a mandatory message could not be routed.
|
Modifier and Type | Class and Description |
---|---|
class |
AMQFrameDecodingException
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.