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

br.com.anteros.security.spring.UserInactiveAccountException Maven / Gradle / Ivy

The newest version!
package br.com.anteros.security.spring;

import org.springframework.security.core.AuthenticationException;

public class UserInactiveAccountException extends AuthenticationException {
	public UserInactiveAccountException(String msg, Throwable t) {
		super(msg, t);
	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy