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