Package org.apache.tika.batch
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchNoRestartError(String message)
BatchNoRestartError(String message, Throwable t)
BatchNoRestartError(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-