RepositoryException
713714715716717718719720
try { return this.value.add(key, obj); } catch (LLIllegalOperationException e) { throw new IllegalArgumentException(e); } catch (RuntimeException e) { throw new LivelinkException(e, LOGGER); } }