类 AccountNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.zenyoung.security.exception.AccountNotExistException
-
- 所有已实现的接口:
Serializable
public class AccountNotExistException extends RuntimeException
异常-账号不存在- 版本:
- 1.0 2020/3/14 5:54 下午
- 作者:
- yangyong
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 AccountNotExistException(String message)构造函数
-
方法概要
-
-
-
构造器详细资料
-
AccountNotExistException
public AccountNotExistException(String message)
构造函数- 参数:
message- 异常消息
-
-