Uses of Class
java.lang.SecurityException
Packages that use SecurityException
Package
Description
Provides the RMI package.
Provides the classes and interfaces for the security framework.
-
Uses of SecurityException in java.rmi
Subclasses of SecurityException in java.rmi -
Uses of SecurityException in java.security
Subclasses of SecurityException in java.securityModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.This exception was only useful in conjunction with the Security Manager, which is no longer supported.Methods in java.security that throw SecurityExceptionModifier and TypeMethodDescriptionvoid
Guard.checkGuard
(Object object) Determines whether to allow access to the guarded objectobject
.void
Permission.checkGuard
(Object object) Implements the guard interface for a permission.GuardedObject.getObject()
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
SecurityException
instead.