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

com.chutneytesting.design.domain.dataset.DataSetNotFoundException Maven / Gradle / Ivy

package com.chutneytesting.design.domain.dataset;

public class DataSetNotFoundException extends RuntimeException {
    public DataSetNotFoundException(String id) {
        super("Dataset [" + id + "] could not be found");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy