ThreadPoolExecutor.setRejectedExecutionHandler

Sets a new handler for unexecutable tasks.

@param handler the new handler @throws NullPointerException if handler is null @see #getRejectedExecutionHandler

class ThreadPoolExecutor
void
setRejectedExecutionHandler

Meta