Class BatchNoRestartError

  • All Implemented Interfaces:
    Serializable

    public class BatchNoRestartError
    extends Error
    FileResourceConsumers should throw this if something catastrophic has happened and the BatchProcess should shutdown and not be restarted.
    See Also:
    Serialized Form
    • Constructor Detail

      • BatchNoRestartError

        public BatchNoRestartError​(Throwable t)
      • BatchNoRestartError

        public BatchNoRestartError​(String message)
      • BatchNoRestartError

        public BatchNoRestartError​(String message,
                                   Throwable t)