Interface IJobExceptionCallback

  • All Superinterfaces:
    com.helger.commons.callback.ICallback

    public interface IJobExceptionCallback
    extends com.helger.commons.callback.ICallback
    Callback interface to handle thrown exception objects from the AbstractJob.
    Author:
    Philip Helger
    • Method Detail

      • onScheduledJobException

        void onScheduledJobException​(@Nonnull
                                     Throwable t,
                                     @Nullable
                                     String sJobClassName,
                                     @Nonnull
                                     com.helger.quartz.IJob aJob)
        Called when an exception of the specified type occurred
        Parameters:
        t - The exception. Never null.
        sJobClassName - The name of the job class
        aJob - The IJob instance