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

Jean-Noel Rouvignac
03.17.2015 12300e9ede17e7c8b1e35436b88565b285c3fb70
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/VerifyJob.java
@@ -150,6 +150,10 @@
        }
      });
    }
    catch (StorageRuntimeException e)
    {
      throw e;
    }
    catch (Exception e)
    {
      throw new StorageRuntimeException(e);