public class ZkException
extends java.lang.RuntimeException
Constructor and Description |
---|
ZkException() |
ZkException(java.lang.String message) |
ZkException(java.lang.String message,
java.lang.Throwable cause) |
ZkException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ZkException |
create(org.apache.zookeeper.KeeperException e) |
public ZkException()
public ZkException(java.lang.String message, java.lang.Throwable cause)
public ZkException(java.lang.String message)
public ZkException(java.lang.Throwable cause)
public static ZkException create(org.apache.zookeeper.KeeperException e)