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

org.keedio.flume.source.watchdir.WatchDirException Maven / Gradle / Ivy

package org.keedio.flume.source.watchdir;

/**
 * 
 * Managed exceptions used in this component
 *
 */
public class WatchDirException extends Exception{
	
	public WatchDirException(String message) {
		super(message);
	}
	
	public WatchDirException(String message, Throwable e) {
		super(message, e);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy