src/main/java/org/apache/sling/servlets/post/impl/helper/JCRSupportImpl.java [319:324]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (final NoSuchNodeTypeException | ConstraintViolationException e) {
            throw new PreconditionViolatedPersistenceException(e.getMessage(), e);
        } catch (final VersionException | LockException e) {
            throw new TemporaryPersistenceException(e.getMessage(), e);
        } catch (final RepositoryException re) {
            throw new PersistenceException(re.getMessage(), re);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/servlets/post/impl/helper/JCRSupportImpl.java [370:375]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (final NoSuchNodeTypeException | ConstraintViolationException e) {
            throw new PreconditionViolatedPersistenceException(e.getMessage(), e);
        } catch (final VersionException | LockException e) {
            throw new TemporaryPersistenceException(e.getMessage(), e);
        } catch (final RepositoryException re) {
            throw new PersistenceException(re.getMessage(), re);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



