Package org.apache.qpid

Class Summary
ConsoleOutput ConsoleOutput
QpidConfig API to configure the Security parameters of the client.
QpidConfig.SaslClientFactory  
QpidConfig.SecurityMechanism  
ToyBroker ToyBroker
ToyClient ToyClient
ToyExchange  
 

Exception Summary
AMQChannelClosedException AMQChannelClosedException indicates that an operation cannot be performed becauase a channel has been closed.
AMQChannelException AMQChannelException indicates that an error that requires the channel to be closed has occurred.
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 AMQException forms the root exception of all exceptions relating to the AMQ protocol.
AMQInternalException InternalException encapsulates error code 541, or AMQConstant.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 AMQConstant.ACCESS_REFUSED exceptions relating to the AMQ protocol.
AMQStoreException StoreException is a specific type of internal error relating to errors in the message store, such as SQLException.
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.
AMQUnknownExchangeType AMQUnknownExchangeType represents coding error where unknown exchange type requested from exchange factory.
AMQUnresolvedAddressException AMQUnresolvedAddressException indicates failure to resolve a socket address.
SerialException This exception is used by the serial class (imp RFC 1982)
 



Licensed to the Apache Software Foundation