com.hb0730.commons.mail.spring.exceptions.MailException Maven / Gradle / Ivy
package com.hb0730.commons.mail.spring.exceptions;
/**
* 异常
*
* @author bing_huang
* @since 2.0.0
*/
public class MailException extends RuntimeException {
public MailException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy