Robot
126127128129130131132133134
closedDevice = false; } catch (Exception e) { throw new ImageCollectorException( e.getMessage() ); } }
184185186187188189190191
tryCount--; } if (tryCount == 0) throw new ImageCollectorException("No pudo establecerse la conexi�n" + " con el dispositivo de captura de im�genes."); }