Package org.apache.tika.exception
Class AccessPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tika.exception.TikaException
org.apache.tika.exception.AccessPermissionException
- All Implemented Interfaces:
Serializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Exception to be thrown when a document does not allow content extraction.
As of this writing, PDF documents are the only type of document that might
cause this type of exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.AccessPermissionException(String info, Throwable th) Deprecated.Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessPermissionException
public AccessPermissionException()Deprecated. -
AccessPermissionException
Deprecated. -
AccessPermissionException
Deprecated. -
AccessPermissionException
Deprecated.
-