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

br.com.utfpr.porta.servico.excecao.EmailUsuarioJaCadastradoExcecao Maven / Gradle / Ivy

The newest version!
package br.com.utfpr.porta.servico.excecao;

public class EmailUsuarioJaCadastradoExcecao extends RuntimeException {
	
	private static final long serialVersionUID = 1L;
	
	public EmailUsuarioJaCadastradoExcecao(String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy