in src/main/java/org/apache/sling/commons/threads/impl/DefaultThreadPool.java [265:269]
private void checkExecutor() {
if ( this.executor == null ) {
throw new RejectedExecutionException("Thread pool " + this.name + " is already shutdown.");
}
}