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