Class ZooKeeperBindException

  • All Implemented Interfaces:
    Serializable

    public class ZooKeeperBindException
    extends RuntimeException
    Thrown when we fail to connect to ZooKeeper (assuming the root cause is that ZooKeeper failed to bind to its port)
    See Also:
    Serialized Form
    • Constructor Detail

      • ZooKeeperBindException

        public ZooKeeperBindException()
      • ZooKeeperBindException

        public ZooKeeperBindException​(String message)