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

info.novatec.testit.webtester.internal.implementation.exceptions.DynamicImplementationException Maven / Gradle / Ivy

package info.novatec.testit.webtester.internal.implementation.exceptions;

import info.novatec.testit.webtester.WebTesterException;


public class DynamicImplementationException extends WebTesterException {

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy