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

uk.ac.cam.automation.seleniumframework.driver.DriverCreationException Maven / Gradle / Ivy

package uk.ac.cam.automation.seleniumframework.driver;

public class DriverCreationException extends RuntimeException {

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

    public DriverCreationException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy