See: Description
Class | Description |
---|---|
KuraConnectionStatus |
Enum | Description |
---|---|
KuraErrorCode |
KuraErrorCode holds the enumeration of valid error codes for the exception message.
|
Exception | Description |
---|---|
KuraConnectException |
KuraConnectException is raised during connect failures.
|
KuraException |
The KuraException class is the superclass of all errors and exceptions in the Kura project.
|
KuraInvalidMessageException | |
KuraInvalidMetricTypeException | |
KuraNotConnectedException |
KuraNotConnectedException is raised when the attempted operation requires
an active connection to the remote server while the current state is
disconnected.
|
KuraPartialSuccessException |
KuraPartialSuccessException is used capture the response
of bulk operations which allow for the failures of some
of their steps.
|
KuraRuntimeException | |
KuraStoreCapacityReachedException |
KuraStoreCapacityReachedException is raised when a message can not be appended
to the publishing queue as the internal database buffer has reached its
capacity for messages that are not yet published or they are still in transit.
|
KuraStoreException |
KuraStoreException is raised when a failure occurred during a persistence operation.
|
KuraTimeoutException |
KuraTimeoutException is raised when the attempted operation failed to respond before the timeout exprises.
|
KuraTooManyInflightMessagesException |
KuraTooManyInflightMessagesException is raised if a publish is attempted when there are already too many messages queued for publishing.
|
Copyright © 2014. All Rights Reserved.