import java.util.concurrent.TimeUnit try { TimeUnit.SECONDS.sleep(1); } catch (Exception e) { System.out.println("Oops! Something went wrong!") }