in src/main/java/org/apache/sling/jobs/impl/storage/InMemoryJobStorage.java [67:71]
private void check() { if ( store == null) { throw new IllegalStateException("Job store already closed."); } }