486487488489490491492493494
LOG.debug(ex.getMessage()); throw new NotAuthorizedException(this); } catch (DocumentNotLockedException | EXistException ex) { LOG.debug(ex.getMessage()); throw new PreConditionFailedException(this); } }