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.
parent
| The parent class loader |
SecurityException
| If a security manager exists and its checkCreateClassLoader method doesn't allow creation of a new class loader. |
Diagram: ClassLoader