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

com.github.matek2305.dataloader.exception.DataDependencyCycleFoundException Maven / Gradle / Ivy

The newest version!
package com.github.matek2305.dataloader.exception;

/**
 * Exception thrown when data loader dependency cycle is found during loading.
 * @author Mateusz Urbański 
 */
public class DataDependencyCycleFoundException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy