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

info.novatec.testit.webtester.junit.exceptions.WebTesterJUnitSupportException Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package info.novatec.testit.webtester.junit.exceptions;

import info.novatec.testit.webtester.api.exceptions.WebTesterException;


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

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

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

    protected WebTesterJUnitSupportException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy