public static void handleExecutionError(
     @NotNull Project project,
     @NotNull String toolWindowId,
     @NotNull RunProfile runProfile,
     @NotNull ExecutionException e) {
   handleExecutionError(project, toolWindowId, runProfile.getName(), e);
 }