Class OScheduledThreadPoolExecutorWithLogging

All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService

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