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:
java.io.Serializable
public class VerificationException extends java.security.GeneralSecurityException
An exception that is thrown when something is wrong with a certificate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerificationException(java.security.cert.Certificate cert, java.lang.String message)
Creates a VerificationException
-