org.eclipse.emf.cdo.common.security
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
- public class NoPermissionException
- extends SecurityException
A security exception
indicating the lack of permission required to do something.
- Since:
- 4.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoPermissionException
public NoPermissionException(Object protectableObject)
NoPermissionException
public NoPermissionException(Object protectableObject,
String message)
getProtectableObject
public Object getProtectableObject()
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.