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

matthew_swift
04.58.2007 bbfeab88ab93b03399aed7bf27d45ee178753f67
opendj-sdk/opends/src/server/org/opends/server/admin/client/ldap/LDAPDriver.java
@@ -346,7 +346,7 @@
      connection.deleteSubtree(dn);
    } catch (OperationNotSupportedException e) {
      // Unwilling to perform.
      if (e.getMessage() != null) {
      if (e.getMessage() == null) {
        throw new OperationRejectedException();
      } else {
        Message m = Message.raw("%s", e.getMessage());