exceptionIOException Signals that an I/O exception of some sort has occurred.exceptionStreamCorruptedException The object stream is corrupt. super(in); this.loader = theLoader;
super(in); this.loader = theLoader;
if (loader == null) { return super.resolveClass(aClass); } else { String name = aClass.getName(); // Query the class loader ... return Class.forName(name, false, loader); }