Package | Description |
---|---|
org.apache.activemq.artemis.api.core | |
org.apache.activemq.artemis.utils |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQAddressExistsException
An operation failed because an address exists on the server.
|
class |
ActiveMQAddressFullException
An address is full.
|
class |
ActiveMQAlreadyReplicatingException
The server is already paired with a replicating backup.
|
class |
ActiveMQClusterSecurityException
Security exception thrown when the cluster user fails authentication.
|
class |
ActiveMQConnectionTimedOutException
A client timed out will connecting to ActiveMQ Artemis server.
|
class |
ActiveMQDisconnectedException
A client was disconnected from ActiveMQ Artemis server when the server has shut down.
|
class |
ActiveMQDuplicateIdException
A DuplicateID was rejected.
|
class |
ActiveMQDuplicateMetaDataException
A Session Metadata was set in duplication
|
class |
ActiveMQIllegalStateException
An ActiveMQ Artemis resource is not in a legal state (e.g.
|
class |
ActiveMQIncompatibleClientServerException
The server version and the client version are incompatible.
|
class |
ActiveMQInterceptorRejectedPacketException
An outgoing interceptor returned false.
|
class |
ActiveMQInternalErrorException
Internal error which prevented ActiveMQ Artemis from performing an important operation.
|
class |
ActiveMQInvalidFilterExpressionException
A filter expression was found to be invalid.
|
class |
ActiveMQInvalidTransientQueueUseException
An operation failed because a queue exists on the server.
|
class |
ActiveMQIOErrorException
Unexpected I/O error occurred on the server.
|
class |
ActiveMQLargeMessageException
A problem occurred while manipulating the body of a large message.
|
class |
ActiveMQLargeMessageInterruptedException |
class |
ActiveMQNativeIOError
An error has happened at ActiveMQ's native (non-Java) code used in reading and writing data.
|
class |
ActiveMQNonExistentQueueException
An operation failed because a queue does not exist on the server.
|
class |
ActiveMQNotConnectedException
A client is not able to connect to ActiveMQ Artemis server.
|
class |
ActiveMQObjectClosedException
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is
closed.
|
class |
ActiveMQQueueExistsException
An operation failed because a queue exists on the server.
|
class |
ActiveMQRemoteDisconnectException
A security problem occurred (authentication issues, permission issues,...)
|
class |
ActiveMQSecurityException
A security problem occurred (authentication issues, permission issues,...)
|
class |
ActiveMQSessionCreationException
The creation of a session was rejected by the server (e.g.
|
class |
ActiveMQTransactionOutcomeUnknownException
The outcome of a transaction is unknown.
|
class |
ActiveMQTransactionRolledBackException
A transaction was rolled back.
|
class |
ActiveMQTransactionTimeoutException |
class |
ActiveMQUnBlockedException
A blocking call from a client was unblocked during failover.
|
class |
ActiveMQUnsupportedPacketException
A packet of unsupported type was received by ActiveMQ Artemis PacketHandler.
|
Modifier and Type | Method and Description |
---|---|
static ActiveMQException |
ActiveMQExceptionType.createException(int code,
String msg) |
ActiveMQException |
ActiveMQExceptionType.createException(String msg) |
Modifier and Type | Method and Description |
---|---|
static SensitiveDataCodec<String> |
PasswordMaskingUtil.getCodec(String codecDesc) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.