Class JobExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graylog.scheduler.JobExecutionException
All Implemented Interfaces:
Serializable

public class JobExecutionException extends Exception
This is thrown when a Job failed to execute correctly.
See Also:
  • Constructor Details

  • Method Details

    • getTrigger

      public JobTriggerDto getTrigger()
      Returns the trigger that triggered the job execution.
      Returns:
      the related trigger
    • getUpdate

      public JobTriggerUpdate getUpdate()
      Returns the trigger update that should be stored in the database.
      Returns:
      the trigger update or null if not set