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

tbrugz.sqldiff.ConflictingChangesException Maven / Gradle / Ivy

package tbrugz.sqldiff;

public class ConflictingChangesException extends RuntimeException {
	private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy