org.eclipse.emf.cdo.common.security
Class NoPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by 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

Constructor Summary
NoPermissionException(Object protectableObject)
           
NoPermissionException(Object protectableObject, String message)
           
 
Method Summary
 Object getProtectableObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoPermissionException

public NoPermissionException(Object protectableObject)

NoPermissionException

public NoPermissionException(Object protectableObject,
                             String message)
Method Detail

getProtectableObject

public Object getProtectableObject()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.