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

nl.hsac.fitnesse.fixture.util.NonValidResponseReceivedException Maven / Gradle / Ivy

package nl.hsac.fitnesse.fixture.util;

public class NonValidResponseReceivedException extends RuntimeException {
    public NonValidResponseReceivedException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy