Class AccessPermissionException

All Implemented Interfaces:
Serializable

public class AccessPermissionException extends TikaException
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()
    • AccessPermissionException

      public AccessPermissionException(Throwable th)
    • AccessPermissionException

      public AccessPermissionException(String info)
    • AccessPermissionException

      public AccessPermissionException(String info, Throwable th)