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: 4.29.1
Show newest version
package liquibase.command;

/**
 * @deprecated Used by the old {@link LiquibaseCommand} style of command setup.
 */
public class CommandExecutionException extends Exception {
    private static final long serialVersionUID = -2115326810859901171L;

    public CommandExecutionException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy