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

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

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

/**
 * 非法配置
 *
 * @author joe
 */
public class ConfigIllegalException extends SystemException {
    public ConfigIllegalException(String message) {
        super(message);
    }

    public ConfigIllegalException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy