
br.com.anteros.security.spring.UserBlockedAccountException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Security-Spring Show documentation
Show all versions of Anteros-Security-Spring Show documentation
Anteros Security Spring for Java.
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