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

com.formkiq.server.service.AuthenticationFailureException Maven / Gradle / Ivy

package com.formkiq.server.service;

import org.springframework.security.core.AuthenticationException;

/**
 * AuthenticationFailureException.
 *
 */
public class AuthenticationFailureException extends AuthenticationException {

    /** SerialVersionUID. */
	private static final long serialVersionUID = 2709245382055025417L;

	/**
	 * constructor.
	 * @param message String
	 */
	public AuthenticationFailureException(final String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy