Class JobRestartException

All Implemented Interfaces:
Serializable

public class JobRestartException extends JobExecutionException
An exception indicating an illegal attempt to restart a job.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobRestartException

      public JobRestartException(String string)
      Parameters:
      string - the message
    • JobRestartException

      public JobRestartException(String msg, Throwable t)
      Parameters:
      msg - the cause
      t - the message