Class BatchNoRestartError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.tika.batch.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:
  • Constructor Details

    • BatchNoRestartError

      public BatchNoRestartError(Throwable t)
    • BatchNoRestartError

      public BatchNoRestartError(String message)
    • BatchNoRestartError

      public BatchNoRestartError(String message, Throwable t)