kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-34/src/main/java/org/apache/zookeeper/KeeperException.java [90:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      case BADARGUMENTS:
        return new BadArgumentsException();
      case APIERROR:
        return new APIErrorException();
      case NONODE:
        return new NoNodeException();
      case NOAUTH:
        return new NoAuthException();
      case BADVERSION:
        return new BadVersionException();
      case NOCHILDRENFOREPHEMERALS:
        return new NoChildrenForEphemeralsException();
      case NODEEXISTS:
        return new NodeExistsException();
      case INVALIDACL:
        return new InvalidACLException();
      case AUTHFAILED:
        return new AuthFailedException();
      case NOTEMPTY:
        return new NotEmptyException();
      case SESSIONEXPIRED:
        return new SessionExpiredException();
      case INVALIDCALLBACK:
        return new InvalidCallbackException();
      case SESSIONMOVED:
        return new SessionMovedException();
      case NOTREADONLY:
        return new NotReadOnlyException();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-36/src/main/java/org/apache/zookeeper/KeeperException.java [99:126]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      case BADARGUMENTS:
        return new BadArgumentsException();
      case APIERROR:
        return new APIErrorException();
      case NONODE:
        return new NoNodeException();
      case NOAUTH:
        return new NoAuthException();
      case BADVERSION:
        return new BadVersionException();
      case NOCHILDRENFOREPHEMERALS:
        return new NoChildrenForEphemeralsException();
      case NODEEXISTS:
        return new NodeExistsException();
      case INVALIDACL:
        return new InvalidACLException();
      case AUTHFAILED:
        return new AuthFailedException();
      case NOTEMPTY:
        return new NotEmptyException();
      case SESSIONEXPIRED:
        return new SessionExpiredException();
      case INVALIDCALLBACK:
        return new InvalidCallbackException();
      case SESSIONMOVED:
        return new SessionMovedException();
      case NOTREADONLY:
        return new NotReadOnlyException();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



