中国算力平台算力登记系统2.0
yanzhaofeige
6 days ago 346e19ed91e10ac14722fcc29dbb810b9d971d3d
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 }