RepositoryException
713714715716717718719720
try { return this.value.add(key, obj); } catch (LLIllegalOperationException e) { throw new IllegalArgumentException(e); } catch (RuntimeException e) { throw new LivelinkException(e, LOGGER); } }
725726727728729730731732
try { return this.value.add(obj); } catch (LLIllegalOperationException e) { throw new IllegalArgumentException(e); } catch (RuntimeException e) { throw new LivelinkException(e, LOGGER); } }
736737738739740741742743
747748749750751752753754
758759760761762763764765
769770771772773774775776
780781782783784785786787
791792793794795796797798
802803804805806807808809
813814815816817818819820