Class SessionSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.session.SessionSecurityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
,PermissionsException
The session operation failed due to a security constraint. Repeating
the operation with the same security credentials is likely to fail.
- Since:
- 5.0
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SessionSecurityException
(String description) SessionSecurityException
(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
-
SessionSecurityException
public SessionSecurityException()Constructor. -
SessionSecurityException
- Parameters:
description
- the exception message- Since:
- 6.0
- See Also:
-
SessionSecurityException
- Parameters:
description
- the exception messagecause
- of the exception- Since:
- 6.6
- See Also:
-