java.lang.ThreadDeath
try
示例:
try { executeInParallel(request); } catch (ThreadDeath ex) { // warning: ThreadDeath 'ex' not rethrown return false; }