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

com.github.cm.heclouds.adapter.protocolhub.tcp.exceptions.IllegalTcpProtocolHubConfigException Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.cm.heclouds.adapter.protocolhub.tcp.exceptions;

/**
 * 配置非法异常
 */
public class IllegalTcpProtocolHubConfigException extends RuntimeException {
    public IllegalTcpProtocolHubConfigException(String msg) {
        super(msg);
    }

    @Override
    public void printStackTrace() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy