Interface | Description |
---|---|
HornetQBuffer |
A HornetQBuffer wraps a Netty's ChannelBuffer and is used throughout HornetQ code base.
|
Class | Description |
---|---|
HornetQBuffers |
Factory class to create instances of
HornetQBuffer . |
Pair<A,B> |
A Pair is a holder for 2 objects.
|
SimpleString |
A simple String class that can store all characters, and stores as simple
byte[] , this
minimises expensive copying between String objects. |
Enum | Description |
---|---|
HornetQExceptionType |
Defines all
HornetQException types and their codes. |
Exception | Description |
---|---|
HornetQAddressExistsException |
An operation failed because an address exists on the server.
|
HornetQAddressFullException |
An address is full.
|
HornetQAlreadyReplicatingException |
The server is already paired with a replicating backup.
|
HornetQClusterSecurityException |
Security exception thrown when the cluster user fails authentication.
|
HornetQConnectionTimedOutException |
A client timed out will connecting to HornetQ server.
|
HornetQDisconnectedException |
A client was disconnected from HornetQ server when the server has shut down.
|
HornetQDuplicateIdException |
A DuplicateID was rejected.
|
HornetQDuplicateMetaDataException |
A Session Metadata was set in duplication
|
HornetQException |
HornetQException is the root exception for the HornetQ API.
|
HornetQIllegalStateException |
A HornetQ resource is not in a legal state (e.g.
|
HornetQIncompatibleClientServerException |
The server version and the client version are incompatible.
|
HornetQInterceptorRejectedPacketException |
An outgoing interceptor returned false.
|
HornetQInternalErrorException |
Internal error which prevented HornetQ from performing an important operation.
|
HornetQInterruptedException |
When an interruption happens, we will just throw a non-checked exception.
|
HornetQInvalidFilterExpressionException |
A filter expression was found to be invalid.
|
HornetQIOErrorException |
Unexpected I/O error occurred on the server.
|
HornetQLargeMessageException |
A problem occurred while manipulating the body of a large message.
|
HornetQLargeMessageInterruptedException | |
HornetQNativeIOError |
An error has happened at HornetQ's native (non-Java) code used in reading and writing data.
|
HornetQNonExistentQueueException |
An operation failed because a queue does not exist on the server.
|
HornetQNotConnectedException |
A client is not able to connect to HornetQ server.
|
HornetQObjectClosedException |
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is
closed.
|
HornetQPropertyConversionException |
A PropertyConversionException is thrown by
org.hornetq.api.core.Message methods when a
property can not be converted to the expected type. |
HornetQQueueExistsException |
An operation failed because a queue exists on the server.
|
HornetQSecurityException |
A security problem occurred (authentication issues, permission issues,...)
|
HornetQSessionCreationException |
The creation of a session was rejected by the server (e.g.
|
HornetQTransactionOutcomeUnknownException |
The outcome of a transaction is unknown.
|
HornetQTransactionRolledBackException |
A transaction was rolled back.
|
HornetQUnBlockedException |
A blocking call from a client was unblocked during failover.
|
HornetQUnsupportedPacketException |
A packet of unsupported type was received by HornetQ PacketHandler.
|
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.