![JAR search and dependency download from the Maven repository](/logo.png)
net.yadaframework.exceptions.YadaEmailException Maven / Gradle / Ivy
package net.yadaframework.exceptions;
/**
* Runtime exception that wraps email checked exceptions.
* Used when <email throwExceptions="true">
*/
public class YadaEmailException extends RuntimeException {
private static final long serialVersionUID = -1L;
public YadaEmailException() {
}
public YadaEmailException(Exception e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy