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

hudson.plugins.emailext.EmailExtException Maven / Gradle / Ivy

The newest version!
package hudson.plugins.emailext;

/**
 * An exception type for email-ext.
 */
public class EmailExtException extends Exception {
	
	private static final long serialVersionUID = 1L;
	
	public EmailExtException(String message) {
		super(message);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy