/* */ {
/* 240 */ this.classbyteloader = ((ClassByteClassLoader)AccessController.doPrivileged(new PrivilegedExceptionAction()
/* */ {
/* */ public Object run() throws Exception
/* */ {
/* 244 */ return new ClassByteClassLoader(getClass().getClassLoader());
/* */ }
/* */ }));
/* */ }
/* */ catch (PrivilegedActionException e) {
/* 250 */ log.error(e.toString(), e);