public class ZkNodeExistsException extends ZkException
Constructor and Description |
---|
ZkNodeExistsException() |
ZkNodeExistsException(org.apache.zookeeper.KeeperException cause) |
ZkNodeExistsException(String message) |
ZkNodeExistsException(String message,
org.apache.zookeeper.KeeperException cause) |
create
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ZkNodeExistsException()
public ZkNodeExistsException(org.apache.zookeeper.KeeperException cause)
public ZkNodeExistsException(String message, org.apache.zookeeper.KeeperException cause)
public ZkNodeExistsException(String message)
Copyright © 2019. All rights reserved.