public class ZkException extends RuntimeException
| 构造器和说明 |
|---|
ZkException() |
ZkException(String message) |
ZkException(String message,
Throwable cause) |
ZkException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ZkException |
create(org.apache.zookeeper.KeeperException e) |
public ZkException()
public ZkException(String message)
public ZkException(Throwable cause)
public static ZkException create(org.apache.zookeeper.KeeperException e)
Copyright © 2019. All rights reserved.