Package com.sun.pdfview.decrypt
Class PDFAuthenticationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sun.pdfview.PDFParseException
-
- com.sun.pdfview.decrypt.PDFAuthenticationFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class PDFAuthenticationFailureException extends PDFParseException
Identifies that the supplied password was incorrect or non-existent and required.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PDFAuthenticationFailureException(java.lang.String message)
-