* Build and return the Uncaught Exception Handler for JRebirth Thread Pool.
*
* @return the uncaught exception handler for JRebirth Thread Pool
*/
public UncaughtExceptionHandler getPoolUncaughtExceptionHandler() {
return new PoolUncaughtExceptionHandler();
}