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

br.com.caelum.stella.boleto.exception.BancoNaoSuportadoException Maven / Gradle / Ivy

There is a newer version: 2.1.7
Show newest version
package br.com.caelum.stella.boleto.exception;

public class BancoNaoSuportadoException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public BancoNaoSuportadoException() {
		super();
	}

	public BancoNaoSuportadoException(String message, Throwable cause) {
		super(message, cause);
	}

	public BancoNaoSuportadoException(String message) {
		super(message);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy