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
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
-
-
Constructor Summary
Constructors Constructor Description AccessPermissionException()
AccessPermissionException(String info)
AccessPermissionException(String info, Throwable th)
AccessPermissionException(Throwable th)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-