Class NoPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
org.eclipse.emf.cdo.common.security.NoPermissionException
- All Implemented Interfaces:
Serializable
A
security exception
indicating the lack of permission required to do something.- Since:
- 4.1
- Author:
- Eike Stepper
- See Also:
-
Constructor Summary
ConstructorDescriptionNoPermissionException
(Object protectableObject) NoPermissionException
(Object protectableObject, Boolean write) NoPermissionException
(Object protectableObject, Boolean write, String message) NoPermissionException
(Object protectableObject, String 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
-
NoPermissionException
-
NoPermissionException
- Since:
- 4.21
-
NoPermissionException
-
NoPermissionException
- Since:
- 4.21
-
-
Method Details
-
getProtectableObject
-
getWrite
- Since:
- 4.21
-