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

com.github.zj.dreamly.mail.exception.MailCustomException Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.6
Show newest version
package com.github.zj.dreamly.mail.exception;

import lombok.NoArgsConstructor;

/**
 * 

MailPlusException

* * @author: 苍海之南 * @since: 2019-09-04 17:01 **/ @NoArgsConstructor public class MailCustomException extends Exception { private static final long serialVersionUID = -8014572218613182580L; public MailCustomException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy