Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.client.features.control |
Client API : Control Features.
|
com.pushtechnology.diffusion.client.features.control.topics |
Client API : Topic Control Features.
|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterRepartitionException
Indicates a cluster operation failed because partition ownership changed
during processing.
|
class |
ClusterRoutingException
Indicates a cluster operation failed to be routed to a server within the
cluster due to a communication failure, or the server that owns a partition
is not currently known.
|
class |
ErrorReportsException
Thrown to report one or more
ErrorReport s}. |
class |
ExclusiveUpdaterConflictException
Deprecated.
since 6.6
This exception is no longer used and will be removed in a future release. |
class |
HandlerConflictException
Thrown to indicate a handler could not be registered because it conflicts
with an existing handler.
|
class |
IncompatibleDatatypeException
Exception used to report that an operation has failed
because the receiver could not process the supplied data.
|
class |
IncompatibleTopicException
Exception used to report a topic is incompatible with an operation.
|
class |
IncompatibleTopicStateException
An operation could not be performed because the topic is managed by a
component (such as fan-out) that prohibits updates from the caller.
|
class |
InvalidFilterException
Exception used to report a filter expression is invalid.
|
class |
InvalidUpdateStreamException
Exception used to report an operation was performed with an invalid
update stream . |
class |
NoSuchSessionException
Exception used to report there is no session for a given session ID.
|
class |
NoSuchTopicException
Exception used to report there is no topic bound to a topic path.
|
class |
RejectedRequestException
Exception used to report that a recipient session
has rejected a request.
|
class |
ScriptException
Exception used to report problems evaluating a script.
|
static class |
TimeSeries.InvalidQueryException
Exception used to report a query that is invalid for the time series.
|
static class |
TimeSeries.NoSuchEventException
Exception used to report a time series topic does not have an original
event with the sequence number provided by an
edit operation. |
static class |
TopicUpdate.FailedPatchException
Exception thrown to report that applying a JSON Patch failed.
|
static class |
TopicUpdate.InvalidPatchException
Exception thrown to report that a JSON Patch was invalid.
|
class |
UnhandledMessageException
Exception used to report a message was not delivered to an application
handler.
|
class |
UnsatisfiedConstraintException
Exception used to report that a constraint was not satisfied.
|
class |
UpdateFailedException
Exception used to report a topic update failed.
|
Modifier and Type | Class and Description |
---|---|
static class |
RemoteServers.RemoteServerExistsException
Exception thrown when an attempt has been made to create a remote server
when one with the same name is already defined.
|
static class |
RemoteServers.RemoteServerOptionsException
Exception thrown when one or more of the options specified when creating
a remote server have been found to be invalid.
|
Modifier and Type | Class and Description |
---|---|
static class |
SessionTrees.InvalidBranchMappingException
Exception indicating an invalid
SessionTrees.BranchMapping or
SessionTrees.BranchMappingTable . |
static class |
TopicControl.AddTopicException
Exception thrown to report a failure to add a topic.
|
static class |
TopicControl.ExistingTopicException
Exception thrown to report a topic could not be added because an existing
topic with a different specification is bound to the topic path.
|
static class |
TopicControl.IncompatibleExistingTopicException
Exception thrown to report that a topic exists at the same path that is
managed by a component that has exclusive control over the topic.
|
static class |
TopicControl.IncompatibleTopicException
Exception thrown to report a topic could not be added because there is an
existing topic that is incompatible with the request.
|
static class |
TopicControl.InvalidTopicPathException
Exception thrown to report a topic could not be added because the topic
path supplied is invalid.
|
static class |
TopicControl.InvalidTopicSpecificationException
Exception thrown to report a topic could not be added because the
specification is invalid.
|
static class |
TopicControl.TopicLicenseLimitException
Exception thrown to report a topic could not be added because a licence
limit has been exceeded.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
The session operation failed due to an authentication failure.
|
class |
PermissionsException
The session operation failed due to a permissions failure.
|
class |
ServerInitializingException
A session could not be established because the server was initializing.
|
class |
SessionClosedException
The session is closed.
|
class |
SessionEstablishmentException
There was a problem when establishing a Session.
|
class |
SessionEstablishmentTransientException
Represents a transient problem when establishing a session.
|
class |
SessionSecurityException
The session operation failed due to a security constraint.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.