/* */ {
/* 276 */ is = this.ctxClassLoader.getResourceAsStream(element.getObject());
/* 277 */ if (is == null)
/* 278 */ throw new IllegalArgumentException("Object not found " + element.getObject());
/* 279 */ ObjectInputStreamWithClassLoader ois = new ObjectInputStreamWithClassLoader(is, this.ctxClassLoader);
/* 280 */ instance = ois.readObject();
/* */ }
/* */ catch (Exception e)
/* */ {
/* 284 */ throw new MBeanException(e);
/* */ }