DirectoryException is a runtime exception since NXP-14656 when ClientException (it's superclass at the time) was made a runtime exception (NuxeoException).
Declarations of throws DirectoryException in signatures is therefore counter-productive, and they should be removed.
- depends on
-
NXP-14656 Make ClientException a RuntimeException
- Resolved