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

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

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

import org.springframework.security.core.AuthenticationException;

public class UserBlockedAccountException extends AuthenticationException {

	public UserBlockedAccountException(String msg, Throwable t) {
		super(msg, t);
	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy