package exception; /** * 找不到IP(Socket)时抛出 * @author Feng * */ public class NoIpException extends Exception { }