public class ZkException extends RuntimeException
Constructor and Description |
---|
ZkException() |
ZkException(String message) |
ZkException(String message,
Throwable cause) |
ZkException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ZkException |
create(org.apache.zookeeper.KeeperException e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ZkException()
public ZkException(String message)
public ZkException(Throwable cause)
public static ZkException create(org.apache.zookeeper.KeeperException e)
Copyright © 2019. All rights reserved.