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

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

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


public class AuthExceptionUserPasswordMismatch extends AuthenticationException {

	private static final long serialVersionUID = -5016582788733684923L;
	
	public AuthExceptionUserPasswordMismatch()
	{
		super("Username/Password Mismatch");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy