public class PDFSecurityException extends PDFException
Constructor and Description |
---|
PDFSecurityException(String msg)
Construct a new PDFSecurityException.
|
PDFSecurityException(String msg,
Throwable cause)
Construct a new PDFSecurityException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PDFSecurityException(String msg)
msg
- The message for the exception.