| 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
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.