[ https://issues.apache.org/jira/browse/JCR-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jukka Zitting updated JCR-1269: ------------------------------- Attachment: BaseException.patch Attached a patch that makes all exceptions that extend BaseException extend Exception instead. Since BaseException is nowhere caught and there is little in common with the descendant exceptions, there's no benefit in making them all extend BaseException. > Stop using BaseException > ------------------------ > > Key: JCR-1269 > URL: https://issues.apache.org/jira/browse/JCR-1269 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-core, jackrabbit-jcr2spi > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Priority: Minor > Attachments: BaseException.patch > > > The o.a.j.BaseException class is deprecated (since JCR-1169) and not caught > anywhere, so there's no need to keep using it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.