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

cn.easyproject.easyshiro.EasyLockIPException Maven / Gradle / Ivy

Go to download

EasyShiro is a security extension components based Shiro. For Web-based permission model RBAC (Role Based Access Control) to provide authorization and authentication rights information management database and Web URL based. Simplifies security integration, and verification code, login lockout, other more powerful comprehensive feature support.

There is a newer version: 2.6.0-RELEASE
Show newest version
package cn.easyproject.easyshiro;

/**
 * LockLogin 相关异常
 * @author Ray
 * @author [email protected]
 * @author easyproject.cn
 * @since 2.1.0
 */
public class EasyLockIPException extends EasyLockLoginException {

	
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public EasyLockIPException(String msg) {
		super(msg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy