Class AccessPermissionException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccessPermissionException

        public AccessPermissionException()
      • AccessPermissionException

        public AccessPermissionException​(java.lang.Throwable th)
      • AccessPermissionException

        public AccessPermissionException​(java.lang.String info)
      • AccessPermissionException

        public AccessPermissionException​(java.lang.String info,
                                         java.lang.Throwable th)