interrupted_exception try { Thread.sleep(1000);} catch (InterruptedException ex) { Thread.currentThread().interrupt(); throw new RuntimeException(ex);}
try { Thread.sleep(1000); } catch (InterruptedException ex) { Thread.currentThread().interrupt(); throw new RuntimeException(ex); }