} catch (JsonParseException e) {
throw new IllegalArgumentException(e);
} catch (JsonMappingException e) {
throw new IllegalArgumentException(e);
} catch (IOException e) {
throw new DAOException(e);
}
UserImage imageData = new UserImage(obj);
imageData.setData(entity.getOpt());
return imageData.freeze();