Class OThreadPoolExecutorWithLogging

java.lang.Object
java.util.concurrent.AbstractExecutorService
java.util.concurrent.ThreadPoolExecutor
com.orientechnologies.common.thread.OThreadPoolExecutorWithLogging
All Implemented Interfaces:
Executor, ExecutorService

public class OThreadPoolExecutorWithLogging extends ThreadPoolExecutor
The same as thread ThreadPoolExecutor but also logs all exceptions happened inside of the tasks which caused tasks to stop.