Interface BlockingThreadPoolExecutor.ExceptionHandler

All Known Implementing Classes:
BlockingThreadPoolExecutor.SilentExceptionHandler
Enclosing class:
BlockingThreadPoolExecutor

public static interface BlockingThreadPoolExecutor.ExceptionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleException(Throwable theThrowable)
     
  • Method Details

    • handleException

      void handleException(Throwable theThrowable)