com.textrecruit.ustack.exceptions.AuthExceptionUserPasswordMismatch Maven / Gradle / Ivy
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