/* 70 */ cache.putObjectInCacheRead(referenceId, obj);
/* 71 */ return obj;
/* */ }
/* */ catch (ClassNotFoundException e)
/* */ {
/* 75 */ throw new SerializationException(e);
/* */ }
/* */ catch (NoSuchMethodException e)
/* */ {
/* 79 */ throw new SerializationException(e);
/* */ }
/* */ catch (IllegalAccessException e)
/* */ {
/* 83 */ throw new SerializationException(e);
/* */ }
/* */ catch (InstantiationException e)
/* */ {
/* 87 */ throw new SerializationException(e);
/* */ }
/* */ catch (InvocationTargetException e) {
/* */ }
/* 91 */ throw new SerializationException(e);
/* */ }