公告板
版本库
filestore
活动
搜索
登录
main
/
TAI_OTS_FRAMEWORK
[测评系统]--测评系统核心代码库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
线程更改
linzhijie
2022-10-21
e7e00697a78ed7a5aa295d0104c89329eb2739c0
[TAI_OTS_FRAMEWORK.git]
/
src
/
main
/
java
/
com
/
ots
/
common
/
exception
/
user
/
UserDeleteException.java
1
2
3
4
5
6
7
8
package com.ots.common.exception.user;
public class UserDeleteException extends UserException {
private static final long serialVersionUID = 1L;
public UserDeleteException() {
super("user.password.delete", null);
}
}