All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jeesuite.security.exception.UserPasswordWrongException Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.jeesuite.security.exception;

import com.jeesuite.common.JeesuiteBaseException;

public class UserPasswordWrongException extends JeesuiteBaseException {

	private static final long serialVersionUID = 1L;
	
	private static final String MSG = "密码错误";

	public UserPasswordWrongException() {
		super(4001,MSG);
	}
	
	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy