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

liquibase.integration.cdi.exceptions.CyclicDependencyException Maven / Gradle / Ivy

There is a newer version: 4.30.0
Show newest version
package liquibase.integration.cdi.exceptions;

/**
 * @author antoermo (https://github.com/dikeert)
 * @since 31/07/2015
 */
public class CyclicDependencyException extends RuntimeException {
    private static final long serialVersionUID = -3311896900258674329L;
    
    public CyclicDependencyException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy