| ActiveMQAddressDoesNotExistException |
An operation failed because an address exists on the server.
|
| ActiveMQAddressExistsException |
An operation failed because an address exists on the server.
|
| ActiveMQAddressFullException |
An address is full.
|
| ActiveMQAlreadyReplicatingException |
The server is already paired with a replicating backup.
|
| ActiveMQClusterSecurityException |
Security exception thrown when the cluster user fails authentication.
|
| ActiveMQConnectionTimedOutException |
A client timed out will connecting to ActiveMQ Artemis server.
|
| ActiveMQDeleteAddressException |
An operation failed because an address exists on the server.
|
| ActiveMQDisconnectedException |
A client was disconnected from ActiveMQ Artemis server when the server has shut down.
|
| ActiveMQDivertDoesNotExistException |
An operation failed because an address exists on the server.
|
| ActiveMQDuplicateIdException |
A DuplicateID was rejected.
|
| ActiveMQDuplicateMetaDataException |
A Session Metadata was set in duplication
|
| ActiveMQException |
ActiveMQException is the root exception for the ActiveMQ Artemis API.
|
| ActiveMQIllegalStateException |
An ActiveMQ Artemis resource is not in a legal state (e.g.
|
| ActiveMQIncompatibleClientServerException |
The server version and the client version are incompatible.
|
| ActiveMQInterceptorRejectedPacketException |
An outgoing interceptor returned false.
|
| ActiveMQInternalErrorException |
Internal error which prevented ActiveMQ Artemis from performing an important operation.
|
| ActiveMQInterruptedException |
When an interruption happens, we will just throw a non-checked exception.
|
| ActiveMQInvalidBufferException |
Exception used for when reading invalid data from buffers.
|
| ActiveMQInvalidFilterExpressionException |
A filter expression was found to be invalid.
|
| ActiveMQInvalidQueueConfiguration |
An operation failed because a queue exists on the server.
|
| ActiveMQInvalidTransientQueueUseException |
An operation failed because a queue exists on the server.
|
| ActiveMQIOErrorException |
Unexpected I/O error occurred on the server.
|
| ActiveMQLargeMessageException |
A problem occurred while manipulating the body of a large message.
|
| ActiveMQLargeMessageInterruptedException |
|
| ActiveMQNativeIOError |
An error has happened at ActiveMQ's native (non-Java) code used in reading and writing data.
|
| ActiveMQNonExistentQueueException |
An operation failed because a queue does not exist on the server.
|
| ActiveMQNotConnectedException |
A client is not able to connect to ActiveMQ Artemis server.
|
| ActiveMQNullRefException |
An operation failed because is dereferencing null pointer.
|
| ActiveMQObjectClosedException |
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is
closed.
|
| ActiveMQPropertyConversionException |
A PropertyConversionException is thrown by org.apache.activemq.artemis.api.core.Message methods when a
property can not be converted to the expected type.
|
| ActiveMQQueueExistsException |
An operation failed because a queue exists on the server.
|
| ActiveMQQueueMaxConsumerLimitReached |
An operation failed because a queue exists on the server.
|
| ActiveMQRemoteDisconnectException |
A security problem occurred (authentication issues, permission issues,...)
|
| ActiveMQReplicationTimeooutException |
The creation of a session was rejected by the server (e.g.
|
| ActiveMQRoutingException |
A client was redirected.
|
| ActiveMQSecurityException |
A security problem occurred (authentication issues, permission issues,...)
|
| ActiveMQSessionCreationException |
The creation of a session was rejected by the server (e.g.
|
| ActiveMQShutdownException |
An operation failed because an address exists on the server.
|
| ActiveMQTimeoutException |
An operation timed out.
|
| ActiveMQTransactionOutcomeUnknownException |
The outcome of a transaction is unknown.
|
| ActiveMQTransactionRolledBackException |
A transaction was rolled back.
|
| ActiveMQTransactionTimeoutException |
|
| ActiveMQUnBlockedException |
A blocking call from a client was unblocked during failover.
|
| ActiveMQUnexpectedRoutingTypeForAddress |
An operation failed because a queue exists on the server.
|
| ActiveMQUnsupportedPacketException |
A packet of unsupported type was received by ActiveMQ Artemis PacketHandler.
|