com.qoppa.pdf
Class PDFPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.qoppa.pdf.PDFException
com.qoppa.pdf.PDFSecurityException
com.qoppa.pdf.PDFPasswordException
- All Implemented Interfaces:
- Serializable
public class PDFPasswordException
- extends PDFSecurityException
Exception thrown when an invalid password is entered.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PDFPasswordException
public PDFPasswordException(String msg)
- Construct a new PDFPasswordException.
- Parameters:
msg - The message for the exception.