Class RestartableException

All Implemented Interfaces:
Serializable

public class RestartableException extends JetException
Exception to throw from job-executing methods to indicate a failure that can be resolved by restarting the job.

It is handled when thrown from:

If this exception is caught, the job will be terminated abruptly and restarted (if so configured).
Since:
Jet 3.0
See Also:
  • Constructor Details

    • RestartableException

      public RestartableException()
    • RestartableException

      public RestartableException(String message)
    • RestartableException

      public RestartableException(String message, Throwable cause)
    • RestartableException

      public RestartableException(Throwable cause)