protected SecureClassLoader (ClassLoader parent)

Creates a new SecureClassLoader using the specified parent class loader for delegation.

If there is a security manager, this method first calls the security manager's checkCreateClassLoader method to ensure creation of a class loader is allowed.

Parameters:
parent    the parent ClassLoader

Exceptions:
SecurityException    if a security manager exists and its checkCreateClassLoader method doesn't allow creation of a class loader.

See also:
SecurityManager.checkCreateClassLoader