Class ZookeeperExceptionHandler
- java.lang.Object
-
- org.apache.shardingsphere.mode.repository.cluster.zookeeper.handler.ZookeeperExceptionHandler
-
public final class ZookeeperExceptionHandler extends Object
ZooKeeper exception handler.
-
-
Constructor Summary
Constructors Constructor Description ZookeeperExceptionHandler()
-
-
-
Method Detail
-
handleException
public static void handleException(Exception cause)
Handle exception.Ignore interrupt and connection invalid exception.
- Parameters:
cause- to be handled exception- Throws:
ClusterPersistRepositoryException- cluster persist repository exception
-
-