super(cl1); this.cl2 = cl2;
try { return super.findClass(name); } catch (ClassNotFoundException cne) { if (cl2 != null) { return cl2.loadClass(name); } else { throw cne; } }