mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add pool
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user