-
All Superinterfaces:
-
java.lang.Thread.UncaughtExceptionHandler, java.util.concurrent.RejectedExecutionHandler
-
All Known Subclasses:
-
VerboseThreadExecutorPolicy
A handler for rejected tasks that log a warning on the platform logger.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
Field Summary
Modifier and type |
Field and description |
protected val java.util.logging.Logger |
logger |
Modifier and type |
Field and description |
protected val java.util.logging.Logger |
logger |
Constructor Summary
Action Summary
Field Details
-
logger
-
protected val logger : java.util.logging.Logger
Constructor Details
-
new(Logger)
-
new(Logger)
-
Parameters:
-
logger -
Action Details
-
log(Throwable,String,String)
-
protected def log(Throwable,String,String)
Log the given error.
-
Parameters:
-
exception -
taskId -
taskName -