ThreadDeath is a JavaException (actually an Error), that is thrown, when a thread is terminated. See http://download.oracle.com/javase/7/docs/api/java/lang/ThreadDeath.html ---- CategoryException CategoryThread