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 919079F94 for ; Tue, 14 Feb 2012 04:03:48 +0000 (UTC) Received: (qmail 46212 invoked by uid 500); 14 Feb 2012 04:03:46 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 46192 invoked by uid 500); 14 Feb 2012 04:03:39 -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 44353 invoked by uid 99); 14 Feb 2012 04:03:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 04:03:03 +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; Tue, 14 Feb 2012 04:02:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 19A662388AC8 for ; Tue, 14 Feb 2012 04:01:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1243778 [10/43] - in /zookeeper/site/trunk: content/ content/doc/r3.4.3/ content/doc/r3.4.3/api/ content/doc/r3.4.3/api/org/ content/doc/r3.4.3/api/org/apache/ content/doc/r3.4.3/api/org/apache/zookeeper/ content/doc/r3.4.3/api/org/apache/... Date: Tue, 14 Feb 2012 04:01:38 -0000 To: commits@zookeeper.apache.org From: mahadev@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120214040152.19A662388AC8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotEmptyException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotEmptyException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotEmptyException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotEmptyException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,287 @@ + + + + + + +KeeperException.NotEmptyException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Class KeeperException.NotEmptyException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.zookeeper.KeeperException
+              extended by org.apache.zookeeper.KeeperException.NotEmptyException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Enclosing class:
KeeperException
+
+
+
+
public static class KeeperException.NotEmptyException
extends KeeperException
+ + +

+

+
See Also:
KeeperException.Code.NOTEMPTY, +Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class org.apache.zookeeper.KeeperException
KeeperException.APIErrorException, KeeperException.AuthFailedException, KeeperException.BadArgumentsException, KeeperException.BadVersionException, KeeperException.Code, KeeperException.CodeDeprecated, KeeperException.ConnectionLossException, KeeperException.DataInconsistencyException, KeeperException.InvalidACLException, KeeperException.InvalidCallbackException, KeeperException.MarshallingErrorException, KeeperException.NoAuthException, KeeperException.NoChildrenForEphemeralsException, KeeperException.NodeExistsException, KeeperException.NoNodeException, KeeperException.NotEmptyException, KeeperException.NotReadOnlyException, KeeperException.OperationTimeoutException, KeeperException.RuntimeInconsistencyException, KeeperException.SessionExpiredException, KeeperException.SessionMovedException, KeeperException.SystemErrorException, KeeperException.UnimplementedException
+  + + + + + + + + + + + + + + +
+Constructor Summary
KeeperException.NotEmptyException() + +
+           
KeeperException.NotEmptyException(String path) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.zookeeper.KeeperException
code, create, create, create, create, getCode, getMessage, getPath, getResults, setCode
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+KeeperException.NotEmptyException

+
+public KeeperException.NotEmptyException()
+
+
+
+ +

+KeeperException.NotEmptyException

+
+public KeeperException.NotEmptyException(String path)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotReadOnlyException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotReadOnlyException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotReadOnlyException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.NotReadOnlyException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,273 @@ + + + + + + +KeeperException.NotReadOnlyException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Class KeeperException.NotReadOnlyException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.zookeeper.KeeperException
+              extended by org.apache.zookeeper.KeeperException.NotReadOnlyException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Enclosing class:
KeeperException
+
+
+
+
public static class KeeperException.NotReadOnlyException
extends KeeperException
+ + +

+

+
See Also:
KeeperException.Code.NOTREADONLY, +Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class org.apache.zookeeper.KeeperException
KeeperException.APIErrorException, KeeperException.AuthFailedException, KeeperException.BadArgumentsException, KeeperException.BadVersionException, KeeperException.Code, KeeperException.CodeDeprecated, KeeperException.ConnectionLossException, KeeperException.DataInconsistencyException, KeeperException.InvalidACLException, KeeperException.InvalidCallbackException, KeeperException.MarshallingErrorException, KeeperException.NoAuthException, KeeperException.NoChildrenForEphemeralsException, KeeperException.NodeExistsException, KeeperException.NoNodeException, KeeperException.NotEmptyException, KeeperException.NotReadOnlyException, KeeperException.OperationTimeoutException, KeeperException.RuntimeInconsistencyException, KeeperException.SessionExpiredException, KeeperException.SessionMovedException, KeeperException.SystemErrorException, KeeperException.UnimplementedException
+  + + + + + + + + + + + +
+Constructor Summary
KeeperException.NotReadOnlyException() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.zookeeper.KeeperException
code, create, create, create, create, getCode, getMessage, getPath, getResults, setCode
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+KeeperException.NotReadOnlyException

+
+public KeeperException.NotReadOnlyException()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.OperationTimeoutException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.OperationTimeoutException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.OperationTimeoutException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.OperationTimeoutException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,273 @@ + + + + + + +KeeperException.OperationTimeoutException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Class KeeperException.OperationTimeoutException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.zookeeper.KeeperException
+              extended by org.apache.zookeeper.KeeperException.OperationTimeoutException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Enclosing class:
KeeperException
+
+
+
+
public static class KeeperException.OperationTimeoutException
extends KeeperException
+ + +

+

+
See Also:
KeeperException.Code.OPERATIONTIMEOUT, +Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class org.apache.zookeeper.KeeperException
KeeperException.APIErrorException, KeeperException.AuthFailedException, KeeperException.BadArgumentsException, KeeperException.BadVersionException, KeeperException.Code, KeeperException.CodeDeprecated, KeeperException.ConnectionLossException, KeeperException.DataInconsistencyException, KeeperException.InvalidACLException, KeeperException.InvalidCallbackException, KeeperException.MarshallingErrorException, KeeperException.NoAuthException, KeeperException.NoChildrenForEphemeralsException, KeeperException.NodeExistsException, KeeperException.NoNodeException, KeeperException.NotEmptyException, KeeperException.NotReadOnlyException, KeeperException.OperationTimeoutException, KeeperException.RuntimeInconsistencyException, KeeperException.SessionExpiredException, KeeperException.SessionMovedException, KeeperException.SystemErrorException, KeeperException.UnimplementedException
+  + + + + + + + + + + + +
+Constructor Summary
KeeperException.OperationTimeoutException() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.zookeeper.KeeperException
code, create, create, create, create, getCode, getMessage, getPath, getResults, setCode
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+KeeperException.OperationTimeoutException

+
+public KeeperException.OperationTimeoutException()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.RuntimeInconsistencyException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.RuntimeInconsistencyException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.RuntimeInconsistencyException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/KeeperException.RuntimeInconsistencyException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,273 @@ + + + + + + +KeeperException.RuntimeInconsistencyException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Class KeeperException.RuntimeInconsistencyException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.zookeeper.KeeperException
+              extended by org.apache.zookeeper.KeeperException.RuntimeInconsistencyException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Enclosing class:
KeeperException
+
+
+
+
public static class KeeperException.RuntimeInconsistencyException
extends KeeperException
+ + +

+

+
See Also:
KeeperException.Code.RUNTIMEINCONSISTENCY, +Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class org.apache.zookeeper.KeeperException
KeeperException.APIErrorException, KeeperException.AuthFailedException, KeeperException.BadArgumentsException, KeeperException.BadVersionException, KeeperException.Code, KeeperException.CodeDeprecated, KeeperException.ConnectionLossException, KeeperException.DataInconsistencyException, KeeperException.InvalidACLException, KeeperException.InvalidCallbackException, KeeperException.MarshallingErrorException, KeeperException.NoAuthException, KeeperException.NoChildrenForEphemeralsException, KeeperException.NodeExistsException, KeeperException.NoNodeException, KeeperException.NotEmptyException, KeeperException.NotReadOnlyException, KeeperException.OperationTimeoutException, KeeperException.RuntimeInconsistencyException, KeeperException.SessionExpiredException, KeeperException.SessionMovedException, KeeperException.SystemErrorException, KeeperException.UnimplementedException
+  + + + + + + + + + + + +
+Constructor Summary
KeeperException.RuntimeInconsistencyException() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.zookeeper.KeeperException
code, create, create, create, create, getCode, getMessage, getPath, getResults, setCode
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+KeeperException.RuntimeInconsistencyException

+
+public KeeperException.RuntimeInconsistencyException()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + +