Package jenkins.util

Class ErrorLoggingExecutorService

java.lang.Object
jenkins.util.InterceptingExecutorService
jenkins.util.ErrorLoggingExecutorService
All Implemented Interfaces:
Executor, ExecutorService

public class ErrorLoggingExecutorService extends InterceptingExecutorService
Executor service that logs unchecked exceptions / errors in Runnable. Exceptions thrown from Callable are not not logged, under the assumption that something is checking Future.get().
Since:
2.380