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
FileResourceConsumers should throw this if something
catastrophic has happened and the BatchProcess should shutdown
and not be restarted.
- See Also:
-
Constructor Summary
ConstructorDescriptionBatchNoRestartError
(String message) BatchNoRestartError
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BatchNoRestartError
-
BatchNoRestartError
-
BatchNoRestartError
-