6162636465666768697071
return image; } catch (HibernateException he) { if (he instanceof ObjectNotFoundException) { throw new NoSuchImageException(imageId.toString()); } else { throw new SystemException(he); } }
136137138139140141142143144145146