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 classIndicates a cluster operation failed because partition ownership changed during processing.classIndicates a cluster operation failed to be routed to a server within the cluster due to a communication failure.classThrown to report one or moreErrorReports}.classThrown to indicate a handler could not be registered because it conflicts with an existing handler.final classException used to report that an operation has failed because the receiver could not process the supplied data.final classException used to report a topic is incompatible with an operation.final classAn operation could not be performed because the topic is managed by a component (such as fan-out) that prohibits updates from the caller.final classException used to report a filter expression is invalid.final classException used to report an operation was performed with an invalidupdate stream.final classException used to report there is no session for a given session ID.final classException used to report there is no topic bound to a topic path.final classException used to report that a recipient session has rejected a request.final classException used to report problems evaluating a script.static final classException used to report a query that is invalid for the time series.static final classException used to report a time series topic does not have an original event with the sequence number provided by aneditoperation.static final classException thrown to report that applying a JSON Patch failed.static final classException thrown to report that a JSON Patch was invalid.final classException used to report a message was not delivered to an application handler.final classException used to report that a constraint was not satisfied.final classException 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 classException thrown when an attempt has been made to create a remote server when one with the same name is already defined.static final classException 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 classException indicating an invalidSessionTrees.BranchMappingorSessionTrees.BranchMappingTable.static classException thrown to report a failure to add a topic.static final classException 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 classException 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 classException thrown to report a topic could not be added because there is an existing topic that is incompatible with the request.static final classException thrown to report a topic could not be added because the topic path supplied is invalid.static final classException thrown to report a topic could not be added because the specification is invalid.static final classException 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 TypeClassDescriptionclassThe session operation failed due to an authentication failure.classThe session operation failed due to a permissions failure.final classA session could not be established because the server was initializing.classThe session is closed.classThere was a problem when establishing a Session.classRepresents a transient problem when establishing a session.classThe session operation failed due to a security constraint.