Class AbstractPKIXNameConstraintValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.commons.bouncycastle.asn1.pkix.AbstractPKIXNameConstraintValidatorException
- All Implemented Interfaces:
-
Serializable
- Direct Known Subclasses:
-
PKIXNameConstraintValidatorExceptionBC,PKIXNameConstraintValidatorExceptionBCFips
This abstract class represents the wrapper for PKIXNameConstraintValidatorException that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractPKIXNameConstraintValidatorException
public AbstractPKIXNameConstraintValidatorException()
-