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

info.novatec.testit.webtester.config.ConfigurationException Maven / Gradle / Ivy

package info.novatec.testit.webtester.config;

import info.novatec.testit.webtester.WebTesterException;


@SuppressWarnings("serial")
public class ConfigurationException extends WebTesterException {

    protected ConfigurationException(String message) {
        super(message);
    }

    protected ConfigurationException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy