Class SessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterRoutingException, ErrorReportsException, HandlerConflictException, IncompatibleDatatypeException, IncompatibleTopicException, IncompatibleTopicStateException, InvalidUpdateStreamException, NoSuchSessionException, NoSuchTopicException, RejectedRequestException, RemoteServers.RemoteServerExistsException, SessionClosedException, SessionSecurityException, SessionTrees.InvalidBranchMappingException, TimeSeries.InvalidQueryException, TimeSeries.NoSuchEventException, TopicControl.AddTopicException, TopicUpdate.FailedPatchException, TopicUpdate.InvalidPatchException, UnhandledMessageException, UnsatisfiedConstraintException, UpdateFailedException

public class SessionException extends RuntimeException
General class of exceptions indicating a Session specific failure.

A SessionException may result from any of the API methods that interact with the server.

Since:
5.0
Author:
DiffusionData Limited
See Also: