Class AccessPermissionException

All Implemented Interfaces:
Serializable

@Deprecated(since="2026-04-30") public class AccessPermissionException extends TikaException
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 Details

    • AccessPermissionException

      public AccessPermissionException()
      Deprecated.
    • AccessPermissionException

      public AccessPermissionException(Throwable th)
      Deprecated.
    • AccessPermissionException

      public AccessPermissionException(String info)
      Deprecated.
    • AccessPermissionException

      public AccessPermissionException(String info, Throwable th)
      Deprecated.