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

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

There is a newer version: 1.0.11
Show newest version
package com.textrecruit.ustack.exceptions;

import com.textrecruit.ustack.main.Msg;

public class PasswordLengthException extends PasswordException {

	private static final long serialVersionUID = 1L;

	public PasswordLengthException(int minLength) {
		super(Msg.getString("Password-Length", minLength));
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy