中国算力平台算力登记系统2.0
yanzhaofeige
2024-09-30 3c4fee1db116c11d4f04727cfe076d7c94daeaf2
commit | author | age
43dc29 1 package com.odcc.cpzidc.common.exception.user;
Y 2
3 /**
4  * 用户密码不正确或不符合规范异常类
5  * 
6  * @author ruoyi
7  */
8 public class UserPasswordNotMatchException extends UserException
9 {
10     private static final long serialVersionUID = 1L;
11
12     public UserPasswordNotMatchException()
13     {
14         super("user.password.not.match", null);
15     }
16 }