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:
- java.io.Serializable
 
 public class NoPermissionException extends java.lang.SecurityExceptionAsecurity exceptionindicating the lack of permission required to do something.- Since:
- 4.1
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NoPermissionException(java.lang.Object protectableObject)NoPermissionException(java.lang.Object protectableObject, java.lang.String message)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetProtectableObject()
 
-