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

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

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


public class AuthExceptionAuthError extends AuthenticationException {

	private static final long serialVersionUID = -5016582788733684923L;

	public AuthExceptionAuthError()
	{
		super("Unknown Error During Authentication");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy