java.lang.ThreadDeath
try
示例:
try { executeInParallel(request); } catch (ThreadDeath ex) { // 警告:ThreadDeath 'ex' 未重新抛出 return false; }