opends/src/server/org/opends/server/tools/dsconfig/DeleteSubCommandHandler.java
@@ -217,7 +217,7 @@ } catch (ManagedObjectDecodingException e) { Message ufn = path.getManagedObjectDefinition().getUserFriendlyName(); Message msg = ERR_DSCFG_ERROR_GET_PARENT_MODE.get(ufn); throw new ClientException(LDAPResultCode.OPERATIONS_ERROR, msg); throw new ClientException(LDAPResultCode.OPERATIONS_ERROR, msg, e); } catch (CommunicationException e) { Message msg = ERR_DSCFG_ERROR_DELETE_CE.get(relation .getUserFriendlyName(), e.getMessage());