@InterfaceAudience.Public public class ZooKeeperConnectionException extends IOException
| Modifier and Type | Field and Description | 
|---|---|
| private static long | serialVersionUID | 
| 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, toStringprivate static final long serialVersionUID
public ZooKeeperConnectionException()
public ZooKeeperConnectionException(String message)
message - the message for this exceptionpublic ZooKeeperConnectionException(String message, Exception exception)
message - the message for this exceptionexception - the exception to grab data fromCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.