Class JobProcessingException

All Implemented Interfaces:
Serializable

public class JobProcessingException extends FessSystemException
Exception thrown when an error occurs during job processing. This exception is used to indicate problems that arise during the execution or processing of jobs in the system.
See Also:
  • Constructor Details

    • JobProcessingException

      public JobProcessingException(Throwable e)
      Constructs a new JobProcessingException with the specified cause.
      Parameters:
      e - the cause of the exception
    • JobProcessingException

      public JobProcessingException(String message, Throwable e)
      Constructs a new JobProcessingException with the specified detail message and cause.
      Parameters:
      message - the detail message explaining the exception
      e - the cause of the exception
    • JobProcessingException

      public JobProcessingException(String message)
      Constructs a new JobProcessingException with the specified detail message.
      Parameters:
      message - the detail message explaining the exception