If an uncaught exception is thrown and you want to recover by restarting an identical thread to the one the exception was just thrown in (e.g JMS connection lost), what's the easiest way?
The class extends from Thread, and the thread has an UncaughtExceptionHandler.