opendj3-server-dev/src/server/org/opends/server/backends/persistit/PersistItStorage.java
@@ -592,7 +592,11 @@ } catch (final StorageRuntimeException e) { throw (Exception) e.getCause(); if (e.getCause() != null) { throw (Exception) e.getCause(); } throw e; } finally { @@ -655,7 +659,11 @@ } catch (final StorageRuntimeException e) { throw (Exception) e.getCause(); if (e.getCause() != null) { throw (Exception) e.getCause(); } throw e; } finally {