mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
03.17.2015 12300e9ede17e7c8b1e35436b88565b285c3fb70
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
        {