JiriUpdater: Add missing cases in switch on RefUpdate.Result

Change-Id: I3f2fe5a2a51799ed9e7f64f19a8b6bed4be7b43b
diff --git a/java/com/googlesource/gerrit/plugins/supermanifest/JiriUpdater.java b/java/com/googlesource/gerrit/plugins/supermanifest/JiriUpdater.java
index db4f8e7..7c85937 100644
--- a/java/com/googlesource/gerrit/plugins/supermanifest/JiriUpdater.java
+++ b/java/com/googlesource/gerrit/plugins/supermanifest/JiriUpdater.java
@@ -179,6 +179,13 @@
         case LOCK_FAILURE:
           throw new ConcurrentRefUpdateException(
               MessageFormat.format(JGitText.get().cannotLock, targetRef), ru.getRef(), rc);
+        case IO_FAILURE:
+        case NOT_ATTEMPTED:
+        case NO_CHANGE:
+        case REJECTED_CURRENT_BRANCH:
+        case REJECTED_MISSING_OBJECT:
+        case REJECTED_OTHER_REASON:
+        case RENAMED:
         default:
           throw new JGitInternalException(
               MessageFormat.format(