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

fr.wseduc.cas.exceptions.AuthenticationException Maven / Gradle / Ivy

package fr.wseduc.cas.exceptions;

public class AuthenticationException extends Exception {

	public AuthenticationException(String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy