protected ClassLoader (ClassLoader parent)

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

If there is a security manager, its SecurityManager.checkCreateClassLoader() method is invoked. This may result in a security exception.

Parameters:
parent     The parent class loader

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

Since:  1.2