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

com.saucesubfresh.starter.crawler.exception.CrawlerException Maven / Gradle / Ivy

package com.saucesubfresh.starter.crawler.exception;

/**
 * @author : lijunping
 * @weixin : ilwq18242076871
 * Description: 爬虫爬取异常类
 */
public class CrawlerException extends RuntimeException{

    public CrawlerException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy