Class NoPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.businesscode.bcdui.subjectsettings.SecurityException
de.businesscode.bcdui.subjectsettings.NoPermissionException
- All Implemented Interfaces:
Serializable
exception related with
Security
context and thrown if a permission is missing for context execution- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoPermissionException
(Security security, String operationAttempt, String missingPermission) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoPermissionException
- Parameters:
security
- appliedoperationAttempt
- being checked for permissionmissingPermission
- which leads to this exception, space separated
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-