/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package mx.edu.um.mateo.general.utils; /** * * @author develop */ public class BancoNoCoincideException extends Exception { public BancoNoCoincideException(String msg) { super(msg); } }