Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1FBB510625 for ; Thu, 13 Mar 2014 16:58:27 +0000 (UTC) Received: (qmail 60749 invoked by uid 500); 13 Mar 2014 16:58:26 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 60725 invoked by uid 500); 13 Mar 2014 16:58:25 -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@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 60717 invoked by uid 99); 13 Mar 2014 16:58:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 16:58:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 16:58:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 508502388B4E; Thu, 13 Mar 2014 16:57:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1577246 [7/41] - in /zookeeper/site/trunk: content/ content/doc/r3.4.6/ content/doc/r3.4.6/api/ content/doc/r3.4.6/api/org/ content/doc/r3.4.6/api/org/apache/ content/doc/r3.4.6/api/org/apache/zookeeper/ content/doc/r3.4.6/api/org/apache/z... Date: Thu, 13 Mar 2014 16:57:21 -0000 To: commits@zookeeper.apache.org From: fpj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140313165731.508502388B4E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,636 @@ + + + + + +KeeperException.CodeDeprecated (ZooKeeper 3.4.6 API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface KeeperException.CodeDeprecated

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    KeeperException.Code
    +
    +
    +
    Enclosing class:
    +
    KeeperException
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +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 © 2014 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,283 @@ + + + + + +KeeperException.ConnectionLossException (ZooKeeper 3.4.6 API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.ConnectionLossException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        KeeperException.ConnectionLossException

        +
        public KeeperException.ConnectionLossException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,283 @@ + + + + + +KeeperException.DataInconsistencyException (ZooKeeper 3.4.6 API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.DataInconsistencyException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        KeeperException.DataInconsistencyException

        +
        public KeeperException.DataInconsistencyException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014 The Apache Software Foundation

+ +