From commits-return-6573-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Jul 16 06:21:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8D44A1807A3 for ; Mon, 16 Jul 2018 06:21:54 +0200 (CEST) Received: (qmail 51628 invoked by uid 500); 16 Jul 2018 04:21:53 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 47781 invoked by uid 99); 16 Jul 2018 04:21:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2018 04:21:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0941E1187; Mon, 16 Jul 2018 04:21:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hanm@apache.org To: commits@zookeeper.apache.org Date: Mon, 16 Jul 2018 04:22:22 -0000 Message-Id: <6183101ec2564723a1d3b9dc26cf08af@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [38/45] zookeeper git commit: Update website content for release 3.4.13. http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html new file mode 100644 index 0000000..6610546 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html @@ -0,0 +1,706 @@ + + + + + +KeeperException.CodeDeprecated (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface KeeperException.CodeDeprecated

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    KeeperException.Code
    +
    +
    +
    Enclosing class:
    +
    KeeperException
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    + @InterfaceAudience.Public
    +public static interface KeeperException.CodeDeprecated
    +
    This interface contains the original static final int constants + which have now been replaced with an enumeration in Code. Do not + reference this class directly, if necessary (legacy code) continue + to access the constants through Code. + Note: an interface is used here due to the fact that enums cannot + reference constants defined within the same enum as said constants + are considered initialized _after_ the enum itself. By using an + interface as a super type this allows the deprecated constants to + be initialized first and referenced when constructing the enums. I + didn't want to have constants declared twice. This + interface should be private, but it's declared public to enable + javadoc to include in the user API spec.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html new file mode 100644 index 0000000..422d174 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html @@ -0,0 +1,296 @@ + + + + + +KeeperException.ConnectionLossException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.ConnectionLossException

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ConnectionLossException

        +
        public ConnectionLossException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html new file mode 100644 index 0000000..ee6fc31 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html @@ -0,0 +1,296 @@ + + + + + +KeeperException.DataInconsistencyException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.DataInconsistencyException

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DataInconsistencyException

        +
        public DataInconsistencyException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.InvalidACLException.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.InvalidACLException.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.InvalidACLException.html new file mode 100644 index 0000000..69e15fc --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.InvalidACLException.html @@ -0,0 +1,308 @@ + + + + + +KeeperException.InvalidACLException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.InvalidACLException

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InvalidACLException

        +
        public InvalidACLException()
        +
      • +
      + + + +
        +
      • +

        InvalidACLException

        +
        public InvalidACLException(java.lang.String path)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ +