Class SigningCertificateVerificationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SigningCertificateCertsNotInCertPathException, SigningCertificateIssuerSerialMismatchException, SigningCertificateKeyUsageException, SigningCertificateReferenceException, SigningCertificateReferenceNotFoundException

public abstract class SigningCertificateVerificationException extends InvalidPropertyException
Base for exceptions during verification of the SigningCertificate property.
Author:
Luís
See Also:
  • Constructor Details

    • SigningCertificateVerificationException

      protected SigningCertificateVerificationException(Throwable cause)
    • SigningCertificateVerificationException

      protected SigningCertificateVerificationException()
  • Method Details