@InterfaceAudience.Public public class ZooKeeperConnectionException extends IOException
Constructor and Description |
---|
ZooKeeperConnectionException()
default constructor
|
ZooKeeperConnectionException(String s)
Constructor
|
ZooKeeperConnectionException(String message,
Exception e)
Constructor taking another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ZooKeeperConnectionException()
public ZooKeeperConnectionException(String s)
s
- messagepublic ZooKeeperConnectionException(String message, Exception e)
e
- Exception to grab data from.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.