public class InvalidCredentialsException extends AuthenticationException {
private static final long serialVersionUID = 1L;
public InvalidCredentialsException() {
super(Beans.getReference(ResourceBundle.class, new NameQualifier("demoiselle-core-bundle")).getString(
"invalid-credentials"));
}