kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-36/src/main/java/org/apache/zookeeper/KeeperException.java [346:353]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static Code get(int code) {
      Code codeVal = lookup.get(code);
      if (codeVal == null) {
        throw new IllegalArgumentException(
            "The current client version cannot lookup this code:" + code);
      }
      return codeVal;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-34/src/main/java/org/apache/zookeeper/KeeperException.java [288:295]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static Code get(int code) {
      Code codeVal = lookup.get(code);
      if (codeVal == null) {
        throw new IllegalArgumentException(
            "The current client version cannot lookup this code:" + code);
      }
      return codeVal;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



