
com.github.matek2305.dataloader.exception.DataLoaderBeanNotFoundException Maven / Gradle / Ivy
The newest version!
package com.github.matek2305.dataloader.exception;
/**
* Exception thrown when data loader bean marked as dependency for another loader is not found in spring context.
* @author Mateusz Urbański
*/
public class DataLoaderBeanNotFoundException extends RuntimeException {
public DataLoaderBeanNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy