org.I0Itec.zkclient.exception
Class ZkNodeExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.I0Itec.zkclient.exception.ZkException
                  extended by org.I0Itec.zkclient.exception.ZkNodeExistsException
All Implemented Interfaces:
java.io.Serializable

public class ZkNodeExistsException
extends ZkException

See Also:
Serialized Form

Constructor Summary
ZkNodeExistsException()
           
ZkNodeExistsException(org.apache.zookeeper.KeeperException cause)
           
ZkNodeExistsException(java.lang.String message)
           
ZkNodeExistsException(java.lang.String message, org.apache.zookeeper.KeeperException cause)
           
 
Method Summary
 
Methods inherited from class org.I0Itec.zkclient.exception.ZkException
create
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ZkNodeExistsException

public ZkNodeExistsException()

ZkNodeExistsException

public ZkNodeExistsException(org.apache.zookeeper.KeeperException cause)

ZkNodeExistsException

public ZkNodeExistsException(java.lang.String message,
                             org.apache.zookeeper.KeeperException cause)

ZkNodeExistsException

public ZkNodeExistsException(java.lang.String message)