All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.joe.easysocket.server.common.exception.ZKClientException Maven / Gradle / Ivy

The newest version!
package com.joe.easysocket.server.common.exception;

/**
 * @author joe
 */
public class ZKClientException extends SystemException {
    public ZKClientException(String msg, Throwable e) {
        super(msg, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy