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