
hudson.plugins.emailext.EmailExtException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of email-ext Show documentation
Show all versions of email-ext Show documentation
Hudson Email Extension Plugin
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