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

liquibase.exception.DuplicateChangeSetException Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
package liquibase.exception;

public class DuplicateChangeSetException extends LiquibaseException {

    private static final long serialVersionUID = 1L;
    
    public DuplicateChangeSetException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy