java.security
Class AccessControlException

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 java.security.AccessControlException
All Implemented Interfaces:
Serializable

public class AccessControlException
extends SecurityException

See Also:
Serialized Form

Constructor Summary
AccessControlException(String var0)
           
AccessControlException(String var0, Permission var1)
           
 
Method Summary
 Permission getPermission()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessControlException

public AccessControlException(String var0)

AccessControlException

public AccessControlException(String var0,
                              Permission var1)
Method Detail

getPermission

public Permission getPermission()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.