//This file generated automatically from the MARIUS LP system, please do not edit.

public class CuentaBancariaSaldoExcedido extends RuntimeException {

  public CuentaBancariaSaldoExcedido() {
     super();
  }
  public CuentaBancariaSaldoExcedido(String msg) {
     super(msg);
  }

} //End of class CuentaBancariaSaldoExcedido
