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

liquibase.command.CommandExecutionException Maven / Gradle / Ivy

There is a newer version: 3.6.2.5.inovus
Show newest version
package liquibase.command;

public class CommandExecutionException extends Exception {
    private static final long serialVersionUID = -2115326810859901171L;
    
    public CommandExecutionException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy