@InterfaceAudience.Public @InterfaceStability.Evolving public class ZooKeeperConnectionException extends IOException
| Constructor and Description |
|---|
ZooKeeperConnectionException() |
ZooKeeperConnectionException(String message) |
ZooKeeperConnectionException(String message,
Exception exception)
Constructor taking another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZooKeeperConnectionException()
public ZooKeeperConnectionException(String message)
message - the message for this exceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.