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

fr.whimtrip.ext.jwhtscrapper.exception.RequestTimeoutException Maven / Gradle / Ivy

The newest version!
package fr.whimtrip.ext.jwhtscrapper.exception;

/**
 * 

Part of project jwht-scrapper

*

Created on 26/07/18

* *

* Thrown when a request times out. It should be caught very * early. *

* * @author Louis-wht * @since 1.0.0 */ public class RequestTimeoutException extends ScrapperException { public RequestTimeoutException(Throwable cause) { super(cause.getMessage()); setStackTrace(cause.getStackTrace()); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy