SecurityManager.checkCreateClassLoader

SecurityManager.checkCreateClassLoader

Class Overview | Class Members | This Package | All Packages

Syntax
public void checkCreateClassLoader()
Description
Throws a SecurityException if the calling thread is not allowed to create a new class loader.

The checkCreateClassLoader method for class SecurityManager always throws a SecurityException.

Exceptions
SecurityException if the caller does not have permission to create a new class loader.
See Also
ClassLoader