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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionException
(String description) SessionException
(String description, Throwable cause) SessionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionException
public SessionException()- See Also:
-
SessionException
- Parameters:
description
- the exception message- See Also:
-
SessionException
- Parameters:
cause
- the exception cause- See Also:
-
SessionException
- Parameters:
description
- of the exceptioncause
- of the exception- See Also:
-