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

org.bei.dema.tcp.TcpException Maven / Gradle / Ivy

package org.bei.dema.tcp;
/**
 * author:zhaochengbei
 * date:2017/5/31
*/
public class TcpException extends Exception {
	/**
	 * 
	 * @param message
	 */
	public TcpException(String message){
		super(message); 
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy