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

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

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

/**
 * Exception thrown when data loader bean marked as dependency for another loader cannot be resolved.
 * @author Mateusz Urbański 
 */
public class UnambiguousDataLoaderBeanException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy