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