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

website.automate.jwebrobot.exceptions.ScenarioExecutionException Maven / Gradle / Ivy

package website.automate.jwebrobot.exceptions;

public class ScenarioExecutionException extends RuntimeException {

    private static final long serialVersionUID = 5235547246946029749L;
    
    public ScenarioExecutionException(String message){
        super(message);
    }
    
    public ScenarioExecutionException(String message, Throwable cause){
    	super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy