Package com.itextpdf.text.pdf.security
Class VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.itextpdf.text.pdf.security.VerificationException
- All Implemented Interfaces:
Serializable
An exception that is thrown when something is wrong with a certificate.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVerificationException
(Certificate cert, String message) Creates a VerificationException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA Serial Version UID- See Also:
-
-
Constructor Details
-
VerificationException
Creates a VerificationException
-