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

com.hb0730.commons.mail.spring.exceptions.MailException Maven / Gradle / Ivy

There is a newer version: 2.1.2-RELEASE
Show newest version
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