Package com.itextpdf.signatures
Class VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.itextpdf.signatures.VerificationException
- All Implemented Interfaces:
-
Serializable
An exception that is thrown when something is wrong with a certificate.
- See Also:
-
Constructor Summary
ConstructorDescriptionVerificationException
(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
-
Constructor Details
-
VerificationException
Creates a VerificationException.- Parameters:
-
cert
- is a failed certificate -
message
- is a reason of failure
-