src/main/java/org/apache/sling/servlets/post/impl/helper/JCRSupportImpl.java [330:335]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } 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 [383:388]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } 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);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



