ShutdownRejectedExecutionHandler is a decorator RejectedExecutionHandler used
in all JGroups ThreadPoolExecutor(s). Default RejectedExecutionHandler raises
RuntimeException when a task is submitted to ThreadPoolExecutor that has been
shutdown. ShutdownRejectedExecutionHandler instead logs only a warning
message.