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

info.novatec.testit.webtester.internal.exceptions.IllegalSignatureException Maven / Gradle / Ivy

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

import info.novatec.testit.webtester.WebTesterException;


public class IllegalSignatureException extends WebTesterException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy