com.qoppa.pdf
Class PDFSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.qoppa.pdf.PDFException
com.qoppa.pdf.PDFSecurityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PDFPasswordException, PDFPermissionException
public class PDFSecurityException
- extends PDFException
Exceptions related to security problems.
- Author:
- Qoppa Software
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PDFSecurityException
public PDFSecurityException(String msg)
- Construct a new PDFSecurityException.
- Parameters:
msg - The message for the exception.
PDFSecurityException
public PDFSecurityException(String msg,
Throwable cause)
- Construct a new PDFSecurityException.
- Parameters:
msg - The message for the exception.