Package | Description |
---|---|
org.hornetq.api.core | |
org.hornetq.utils |
Modifier and Type | Class and Description |
---|---|
class |
HornetQAddressExistsException
An operation failed because an address exists on the server.
|
class |
HornetQAddressFullException
An address is full.
|
class |
HornetQAlreadyReplicatingException
The server is already paired with a replicating backup.
|
class |
HornetQClusterSecurityException
Security exception thrown when the cluster user fails authentication.
|
class |
HornetQConnectionTimedOutException
A client timed out will connecting to HornetQ server.
|
class |
HornetQDisconnectedException
A client was disconnected from HornetQ server when the server has shut down.
|
class |
HornetQDuplicateIdException
A DuplicateID was rejected.
|
class |
HornetQDuplicateMetaDataException
A Session Metadata was set in duplication
|
class |
HornetQIllegalStateException
A HornetQ resource is not in a legal state (e.g.
|
class |
HornetQIncompatibleClientServerException
The server version and the client version are incompatible.
|
class |
HornetQInterceptorRejectedPacketException
An outgoing interceptor returned false.
|
class |
HornetQInternalErrorException
Internal error which prevented HornetQ from performing an important operation.
|
class |
HornetQInvalidFilterExpressionException
A filter expression was found to be invalid.
|
class |
HornetQIOErrorException
Unexpected I/O error occurred on the server.
|
class |
HornetQLargeMessageException
A problem occurred while manipulating the body of a large message.
|
class |
HornetQLargeMessageInterruptedException |
class |
HornetQNativeIOError
An error has happened at HornetQ's native (non-Java) code used in reading and writing data.
|
class |
HornetQNonExistentQueueException
An operation failed because a queue does not exist on the server.
|
class |
HornetQNotConnectedException
A client is not able to connect to HornetQ server.
|
class |
HornetQObjectClosedException
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is
closed.
|
class |
HornetQQueueExistsException
An operation failed because a queue exists on the server.
|
class |
HornetQSecurityException
A security problem occurred (authentication issues, permission issues,...)
|
class |
HornetQSessionCreationException
The creation of a session was rejected by the server (e.g.
|
class |
HornetQTransactionOutcomeUnknownException
The outcome of a transaction is unknown.
|
class |
HornetQTransactionRolledBackException
A transaction was rolled back.
|
class |
HornetQUnBlockedException
A blocking call from a client was unblocked during failover.
|
class |
HornetQUnsupportedPacketException
A packet of unsupported type was received by HornetQ PacketHandler.
|
Modifier and Type | Method and Description |
---|---|
static HornetQException |
HornetQExceptionType.createException(int code,
String msg) |
HornetQException |
HornetQExceptionType.createException(String msg) |
Modifier and Type | Method and Description |
---|---|
static SensitiveDataCodec<String> |
PasswordMaskingUtil.getCodec(String codecDesc) |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.