public class PDFSecurityException extends PDFException
SecurityHandler
interface may wish to subclass one of these to provide more specific information.| Constructor and Description |
|---|
PDFSecurityException(String message)
Create a new PDFSecurityException.
|
PDFSecurityException(String message,
Throwable cause)
Create a new PDFSecurityException wrapping an existing exception.
|
PDFSecurityException(Throwable cause)
Create a new PDFSecurityException wrapping an existing exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PDFSecurityException(String message)
message - the detail message.public PDFSecurityException(String message, Throwable cause)
message - the detail message.cause - the cause.public PDFSecurityException(Throwable cause)
cause - the cause.Copyright © 2010 - 2020 Adobe. All Rights Reserved