880881882883884885886887888889890
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } /**
136137138139140141142143144145146
throw new RepositoryException(e.getMessage()); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (rm != null) { rm.releaseConnection(); } } } } else { // start build uri from root-item
535536537538539540541542543544545
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } return descriptors; }
704705706707708709710711712713714
20192020202120222023202420252026202720282029
21412142214321442145214621472148214921502151
526527528529530531532533534535536
696697698699700701702703704705706
20012002200320042005200620072008200920102011
21232124212521262127212821292130213121322133