org.I0Itec.zkclient.exception
Class ZkNodeExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.I0Itec.zkclient.exception.ZkException
org.I0Itec.zkclient.exception.ZkNodeExistsException
- All Implemented Interfaces:
- Serializable
public class ZkNodeExistsException
- extends ZkException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZkNodeExistsException
public ZkNodeExistsException()
ZkNodeExistsException
public ZkNodeExistsException(org.apache.zookeeper.KeeperException cause)
ZkNodeExistsException
public ZkNodeExistsException(String message,
org.apache.zookeeper.KeeperException cause)
ZkNodeExistsException
public ZkNodeExistsException(String message)
Copyright © 2011. All Rights Reserved.