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

com.textrecruit.ustack.exceptions.AccountExistsException 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 AccountExistsException extends Exception {

	private static final long serialVersionUID = -5013582788733224923L;

	public AccountExistsException(String type) {
		super(Msg.getString(type + "Account-Exists"));
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy