List of usage examples for org.apache.zookeeper KeeperException.ConnectionLossException subclass-usage
From source file org.apache.curator.CuratorConnectionLossException.java
/** * This is needed to differentiate between ConnectionLossException thrown by ZooKeeper * and ConnectionLossException thrown by {@link ConnectionState#checkTimeouts()} */ public class CuratorConnectionLossException extends KeeperException.ConnectionLossException { private static final long serialVersionUID = 1L;