Class SuppressRestartsException

  • All Implemented Interfaces:
    Serializable

    public class SuppressRestartsException
    extends RuntimeException
    Exception thrown in order to suppress job restarts.

    This exception acts as a wrapper around the real cause and suppresses job restarts. The JobManager will not restart a job, which fails with this Exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • SuppressRestartsException

        public SuppressRestartsException​(Throwable cause)