@InterfaceAudience.Public @InterfaceStability.Evolving public class ZooKeeperConnectionException extends java.io.IOException
| Constructor and Description |
|---|
ZooKeeperConnectionException()
default constructor
|
ZooKeeperConnectionException(java.lang.String s)
Constructor
|
ZooKeeperConnectionException(java.lang.String message,
java.lang.Exception e)
Constructor taking another exception.
|
public ZooKeeperConnectionException()
public ZooKeeperConnectionException(java.lang.String s)
s - messagepublic ZooKeeperConnectionException(java.lang.String message,
java.lang.Exception e)
e - Exception to grab data from.