Class SessionEstablishmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.session.SessionClosedException
com.pushtechnology.diffusion.client.session.SessionEstablishmentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SessionEstablishmentTransientException
There was a problem when establishing a Session.
- Since:
- 5.1
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionEstablishmentException
(String message) Constructor.SessionEstablishmentException
(String description, 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
-
SessionEstablishmentException
Constructor. -
SessionEstablishmentException
- Parameters:
cause
- of the failure, if any, may be null- See Also:
-
SessionEstablishmentException
- Parameters:
description
- of the exceptioncause
- of the failure, if any, may be null- See Also:
-