Description
The DocumentNodeStore and the underlying DocumentStore implementations still uses the MicroKernelException for unchecked exceptions. This is quite confusing, because they do not have a relation to the MicroKernel API.
I'd like to replace usage of MicroKernelException with a newly introduced DocumentStoreException, except for DocumentMK, which is in fact a MicroKernel implementation.
Attachments
Issue Links
- is related to
-
OAK-2518 backport DocumentStoreException to Oak 1.0
- Closed