br.com.utfpr.porta.servico.excecao.RegistrarLogExcecao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tcc-porta-servico Show documentation
Show all versions of tcc-porta-servico Show documentation
Projeto serviço que realiza acesso ao banco de dados para o projeto API e web
The newest version!
package br.com.utfpr.porta.servico.excecao;
public class RegistrarLogExcecao extends RuntimeException {
private static final long serialVersionUID = 1L;
public RegistrarLogExcecao(String mensagem) {
super(mensagem);
}
public RegistrarLogExcecao(String mensagem, Throwable e) {
super(mensagem, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy