public class PDFSecurityAuthorizationException extends PDFSecurityException
SecurityHandler.
While the Adobe PDF Java Toolkit may only declare that they throw a PDFSecurityException
in their method declaration that exception may be one of the descendant exceptions
such as this one. If a client wishes to know more about the reason for failure they
can add catch clauses for specific subclass exceptions such as this one.| Constructor and Description |
|---|
PDFSecurityAuthorizationException(String message)
Create a new PDFSecurityAuthorizationException.
|
PDFSecurityAuthorizationException(String message,
Throwable cause)
Create a new PDFSecurityAuthorizationException wrapping an existing exception.
|
PDFSecurityAuthorizationException(Throwable cause)
Create a new PDFSecurityAuthorizationException wrapping an existing exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PDFSecurityAuthorizationException(String message)
message - the detail message.public PDFSecurityAuthorizationException(String message, Throwable cause)
message - the detail message.cause - the cause.public PDFSecurityAuthorizationException(Throwable cause)
cause - the cause.Copyright © 2010 - 2020 Adobe. All Rights Reserved