Class BlockingThreadPoolExecutor.SilentExceptionHandler
- java.lang.Object
-
- com.complexible.common.util.concurrent.BlockingThreadPoolExecutor.SilentExceptionHandler
-
- All Implemented Interfaces:
BlockingThreadPoolExecutor.ExceptionHandler
- Enclosing class:
- BlockingThreadPoolExecutor
public static class BlockingThreadPoolExecutor.SilentExceptionHandler extends java.lang.Object implements BlockingThreadPoolExecutor.ExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description SilentExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleException(java.lang.Throwable theThrowable)
-
-
-
Method Detail
-
handleException
public void handleException(java.lang.Throwable theThrowable)
- Specified by:
handleException
in interfaceBlockingThreadPoolExecutor.ExceptionHandler
-
-