Package org.faceless.pdf2
Class PasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.faceless.pdf2.PasswordException
-
- All Implemented Interfaces:
java.io.Serializable
public class PasswordException extends java.io.IOException
A subclass ofIOException
that's thrown by thePDFReader
class when loading a PDF
-
-
Constructor Summary
Constructors Constructor Description PasswordException(java.lang.String s)
-