Class DataAccessControlling.AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.client.plugin.dataaccess.aspects.DataAccessControlling.AccessDeniedException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- DataAccessControlling
Exception thrown, when access to the session's data is denied.
- Since:
- 5.2.180803
- See Also:
-
Constructor Summary
ConstructorDescriptionAccessDeniedException
(String message) Construct an instance with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessDeniedException
Construct an instance with the given message.- Parameters:
message
- The exception message.- Since:
- 5.2.180803
-