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

com.github.dbunit.rules.exception.DataBaseSeedingException Maven / Gradle / Ivy

package com.github.dbunit.rules.exception;

/**
 * Created by pestano on 19/06/16.
 */
public class DataBaseSeedingException extends RuntimeException {

    public DataBaseSeedingException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy