
cn.bootx.platform.notice.exception.CodeTemplateExistedException 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/6/10 16:21
*/
public class CodeTemplateExistedException extends BizException implements Serializable {
private static final long serialVersionUID = 6804308428872546951L;
public CodeTemplateExistedException() {
super(MAIL_CONFIG_CODE_ALREADY_EXISTED, "邮箱代码已经存在.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy