Package org.apache.tika.exception
Class TikaTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tika.exception.TikaTimeoutException
-
- All Implemented Interfaces:
Serializable
public class TikaTimeoutException extends RuntimeException
Runtime/unchecked version ofTimeoutException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TikaTimeoutException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TikaTimeoutException
public TikaTimeoutException(String message)
-
-