Class PDFAuthenticationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.loboevolution.pdfview.PDFParseException
org.loboevolution.pdfview.decrypt.PDFAuthenticationFailureException
- All Implemented Interfaces:
Serializable
Identifies that the supplied password was incorrect or non-existent
and required.
Author Luke Kirby
- See Also:
-
Constructor Summary
ConstructorDescriptionPDFAuthenticationFailureException
(String message) Constructor for PDFAuthenticationFailureException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDFAuthenticationFailureException
Constructor for PDFAuthenticationFailureException.
- Parameters:
message
- aString
object.
-