Ausgehandelte Ausnahme: java.lang.interruptedException
try {
Thread.sleep(1500);
} catch(InterruptedException e) {
System.out.println("got interrupted!");
}
Cloudy Capuchin