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