| Interface and Description | 
|---|
| org.apache.zookeeper.KeeperException.CodeDeprecated | 
| Method and Description | 
|---|
| org.apache.zookeeper.KeeperException.create(int) deprecated in 3.1.0, use  KeeperException.create(Code)instead | 
| org.apache.zookeeper.KeeperException.create(int, String) deprecated in 3.1.0, use  KeeperException.create(Code, String)instead | 
| org.apache.zookeeper.KeeperException.getCode() deprecated in 3.1.0, use  KeeperException.code()instead | 
| org.apache.zookeeper.KeeperException.setCode(int) deprecated in 3.1.0, exceptions should be immutable, this
 method should not be used | 
| Enum Constant and Description | 
|---|
| org.apache.zookeeper.Watcher.Event.KeeperState.NoSyncConnected | 
| org.apache.zookeeper.Watcher.Event.KeeperState.Unknown | 
Copyright © 2016 The Apache Software Foundation