
cn.bootx.platform.notice.exception.MailConfigCodeAlreadyExistedException Maven / Gradle / Ivy
The newest version!
package cn.bootx.platform.notice.exception;
import cn.bootx.platform.common.core.exception.BizException;
import java.io.Serializable;
import static cn.bootx.platform.notice.code.NoticeCenterErrorCode.MAIL_CONFIG_CODE_ALREADY_EXISTED;
/**
* 邮箱配置编号 已存在异常
*
* @author xxm
* @since 2020/5/2 14:12
*/
public class MailConfigCodeAlreadyExistedException extends BizException implements Serializable {
private static final long serialVersionUID = 6572063368550031815L;
public MailConfigCodeAlreadyExistedException() {
super(MAIL_CONFIG_CODE_ALREADY_EXISTED, "邮箱配置编号 已存在异常");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy