We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e3ee15 + 6e75a12 commit efab904Copy full SHA for efab904
exist-core/src/main/java/org/exist/xmldb/AbstractLocal.java
@@ -265,7 +265,7 @@ protected <R> R withDb(final LocalXmldbFunction<R> dbOperation) throws XMLDBExce
265
final R result = dbOperation.apply(broker, transaction);
266
transaction.commit();
267
return result;
268
- } catch (final XMLDBException e) {
+ } catch (final XMLDBException | EXistException e) {
269
transaction.abort();
270
throw e;
271
}
0 commit comments