Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JobNotFoundException (0.7 sec)

  1. src/main/java/org/codelibs/fess/helper/ProcessHelper.java

                if (jobProcess == null) {
                    throw new JobNotFoundException("Job for " + sessionId + " is not found.");
                }
                process = jobProcess.getProcess();
                if (process == null || !process.isAlive()) {
                    throw new JobNotFoundException("Process for " + sessionId + " is not running.");
                }
            }
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 06:54:47 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top