} catch (Exception ex) { // Typically log the exception, and/or signal another thread // that we've come unstuck // ... }} You need an exception handler on all thread entry methods in production applications — just as you do (usually at a higher level, in the execution stack) on...
} catch (Exception ex) { // Typically log the exception, and/or signal another thread // that we've come unstuck // ... } } You need an exception handler on all thread entry methods in production applications — just as you do (usually at a higher level, in the execution stack)...