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

com.textrecruit.ustack.exceptions.AuthenticationException Maven / Gradle / Ivy

The newest version!
package com.textrecruit.ustack.exceptions;

abstract public class AuthenticationException extends Exception {

	private static final long serialVersionUID = -5016582788733684923L;

	protected AuthenticationException(String msg) {
		super(msg);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy