Class SessionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.session.SessionClosedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SessionEstablishmentException
The session is closed. No further operations are possible.
- Since:
- 5.0
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructor.SessionClosedException
(String message) Constructor.protected
SessionClosedException
(String description, Throwable cause) SessionClosedException
(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
-
SessionClosedException
public SessionClosedException()Constructor. -
SessionClosedException
Constructor. -
SessionClosedException
- Parameters:
cause
- of the session closure, if any, may be null- See Also:
-
SessionClosedException
- Parameters:
description
- of the exceptioncause
- of the session closure, if any, may be null- See Also:
-