org.I0Itec.zkclient.exception
Class ZkNoNodeException

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.ZkNoNodeException
All Implemented Interfaces:
java.io.Serializable

public class ZkNoNodeException
extends ZkException

See Also:
Serialized Form

Constructor Summary
ZkNoNodeException()
           
ZkNoNodeException(org.apache.zookeeper.KeeperException cause)
           
ZkNoNodeException(java.lang.String message)
           
ZkNoNodeException(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

ZkNoNodeException

public ZkNoNodeException()

ZkNoNodeException

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

ZkNoNodeException

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

ZkNoNodeException

public ZkNoNodeException(java.lang.String message)