RepositoryException
603604605606607608609610
try { return this.value.add(key, obj); } catch (LLIllegalOperationException e) { throw new IllegalArgumentException(e); } catch (RuntimeException e) { throw new LivelinkException(e, LOGGER); } }
614615616617618619620621
625626627628629630631632
636637638639640641642643
647648649650651652653654
658659660661662663664665
669670671672673674675676
680681682683684685686687
691692693694695696697698
702703704705706707708709