org.apache.curator
Class CuratorConnectionLossException

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.ConnectionLossException
                  extended by org.apache.curator.CuratorConnectionLossException
All Implemented Interfaces:
Serializable

public class CuratorConnectionLossException
extends org.apache.zookeeper.KeeperException.ConnectionLossException

This is needed to differentiate between ConnectionLossException thrown by ZooKeeper and ConnectionLossException thrown by ConnectionState.checkTimeouts()

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.zookeeper.KeeperException
org.apache.zookeeper.KeeperException.APIErrorException, org.apache.zookeeper.KeeperException.AuthFailedException, org.apache.zookeeper.KeeperException.BadArgumentsException, org.apache.zookeeper.KeeperException.BadVersionException, org.apache.zookeeper.KeeperException.Code, org.apache.zookeeper.KeeperException.CodeDeprecated, org.apache.zookeeper.KeeperException.ConnectionLossException, org.apache.zookeeper.KeeperException.DataInconsistencyException, org.apache.zookeeper.KeeperException.InvalidACLException, org.apache.zookeeper.KeeperException.InvalidCallbackException, org.apache.zookeeper.KeeperException.MarshallingErrorException, org.apache.zookeeper.KeeperException.NoAuthException, org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException, org.apache.zookeeper.KeeperException.NodeExistsException, org.apache.zookeeper.KeeperException.NoNodeException, org.apache.zookeeper.KeeperException.NotEmptyException, org.apache.zookeeper.KeeperException.NotReadOnlyException, org.apache.zookeeper.KeeperException.OperationTimeoutException, org.apache.zookeeper.KeeperException.RuntimeInconsistencyException, org.apache.zookeeper.KeeperException.SessionExpiredException, org.apache.zookeeper.KeeperException.SessionMovedException, org.apache.zookeeper.KeeperException.SystemErrorException, org.apache.zookeeper.KeeperException.UnimplementedException
 
Constructor Summary
CuratorConnectionLossException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CuratorConnectionLossException

public CuratorConnectionLossException()


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.