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

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

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

import com.textrecruit.ustack.main.Msg;

public class AuthExceptionUserPasswordExpired extends AuthenticationException {

	private static final long serialVersionUID = -5014582788733684923L;

	public AuthExceptionUserPasswordExpired()
	{
		super(Msg.getString("Username-Password-Expired"));
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy