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

com.xuxueli.crawler.exception.XxlCrawlerException Maven / Gradle / Ivy

The newest version!
package com.xuxueli.crawler.exception;

/**
 * xxl crawler exception
 *
 * @author xuxueli 2018-02-05 17:06:25
 */
public class XxlCrawlerException extends RuntimeException {

    public XxlCrawlerException() {
        super();
    }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy