Uses of Class
com.pushtechnology.diffusion.client.session.SessionException
Packages that use SessionException
Package
Description
Client API : Standard Features.
Client API : Control Features.
Client API : Topic Control Features.
Client API : Sessions.
-
Uses of SessionException in com.pushtechnology.diffusion.client.features
Subclasses of SessionException in com.pushtechnology.diffusion.client.featuresModifier and TypeClassDescriptionfinal class
Indicates a cluster operation failed because partition ownership changed during processing.class
Indicates a cluster operation failed to be routed to a server within the cluster due to a communication failure.class
Thrown to report one or moreErrorReport
s}.class
Thrown to indicate a handler could not be registered because it conflicts with an existing handler.final class
Exception used to report that an operation has failed because the receiver could not process the supplied data.final class
Exception used to report a topic is incompatible with an operation.final class
An operation could not be performed because the topic is managed by a component (such as fan-out) that prohibits updates from the caller.final class
Exception used to report a filter expression is invalid.final class
Exception used to report an operation was performed with an invalidupdate stream
.final class
Exception used to report there is no session for a given session ID.final class
Exception used to report there is no topic bound to a topic path.final class
Exception used to report that a recipient session has rejected a request.final class
Exception used to report problems evaluating a script.static final class
Exception used to report a query that is invalid for the time series.static final class
Exception used to report a time series topic does not have an original event with the sequence number provided by anedit
operation.static final class
Exception thrown to report that applying a JSON Patch failed.static final class
Exception thrown to report that a JSON Patch was invalid.final class
Exception used to report a message was not delivered to an application handler.final class
Exception used to report that a constraint was not satisfied.final class
Exception used to report a topic update failed. -
Uses of SessionException in com.pushtechnology.diffusion.client.features.control
Subclasses of SessionException in com.pushtechnology.diffusion.client.features.controlModifier and TypeClassDescriptionstatic final class
Exception thrown when an attempt has been made to create a remote server when one with the same name is already defined.static final class
Exception thrown when one or more of the options specified when creating a remote server have been found to be invalid. -
Uses of SessionException in com.pushtechnology.diffusion.client.features.control.topics
Modifier and TypeClassDescriptionstatic class
Exception indicating an invalidSessionTrees.BranchMapping
orSessionTrees.BranchMappingTable
.static class
Exception thrown to report a failure to add a topic.static final class
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 final class
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
Exception thrown to report a topic could not be added because there is an existing topic that is incompatible with the request.static final class
Exception thrown to report a topic could not be added because the topic path supplied is invalid.static final class
Exception thrown to report a topic could not be added because the specification is invalid.static final class
Exception thrown to report a topic could not be added because a licence limit has been exceeded. -
Uses of SessionException in com.pushtechnology.diffusion.client.session
Subclasses of SessionException in com.pushtechnology.diffusion.client.sessionModifier and TypeClassDescriptionclass
The session operation failed due to an authentication failure.class
The session operation failed due to a permissions failure.final class
A session could not be established because the server was initializing.class
The session is closed.class
There was a problem when establishing a Session.class
Represents a transient problem when establishing a session.class
The session operation failed due to a security constraint.