This commit is contained in:
Looly
2023-12-17 22:45:40 +08:00
parent 5eaa0988b1
commit 1eacd29d99
53 changed files with 583 additions and 48 deletions

View File

@@ -18,7 +18,7 @@ import org.dromara.hutool.core.text.StrUtil;
/**
* Ftp异常
*
* @author xiaoleilu
* @author Looly
*/
public class FtpException extends RuntimeException {
private static final long serialVersionUID = -8490149159895201756L;

View File

@@ -17,7 +17,7 @@ import org.dromara.hutool.core.text.StrUtil;
/**
* 邮件异常
* @author xiaoleilu
* @author Looly
*/
public class MailException extends RuntimeException{
private static final long serialVersionUID = 8247610319171014183L;

View File

@@ -18,7 +18,7 @@ import org.dromara.hutool.core.text.StrUtil;
/**
* FtpException异常
*
* @author xiaoleilu
* @author Looly
*/
public class ManagementException extends RuntimeException {
private static final long serialVersionUID = 1L;

View File

@@ -17,7 +17,7 @@ import org.dromara.hutool.core.exception.HutoolException;
/**
* SSH异常
*
* @author xiaoleilu
* @author Looly
*/
public class SshException extends HutoolException {
private static final long serialVersionUID = 1L;

View File

@@ -17,7 +17,7 @@ import org.dromara.hutool.core.exception.HutoolException;
/**
* 模板异常
*
* @author xiaoleilu
* @author Looly
*/
public class TemplateException extends HutoolException {
private static final long serialVersionUID = 8247610319171014183L;