Class JobNotFoundException

All Implemented Interfaces:
Serializable

public class JobNotFoundException extends FessSystemException
Exception thrown when a scheduled job cannot be found. This exception is typically thrown when attempting to access or manipulate a job that does not exist in the system.
See Also:
  • Constructor Details

    • JobNotFoundException

      public JobNotFoundException(org.codelibs.fess.opensearch.config.exentity.ScheduledJob scheduledJob)
      Constructs a new JobNotFoundException with a message derived from the scheduled job.
      Parameters:
      scheduledJob - the scheduled job that was not found
    • JobNotFoundException

      public JobNotFoundException(String message)
      Constructs a new JobNotFoundException with the specified detail message.
      Parameters:
      message - the detail message explaining why the job was not found