Package org.apache.poi.poifs.crypt.dsig
Class RevokedCertificateSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
org.apache.poi.poifs.crypt.dsig.CertificateSecurityException
org.apache.poi.poifs.crypt.dsig.RevokedCertificateSecurityException
- All Implemented Interfaces:
Serializable
Exception thrown in case the incoming eID certificate has been revoked.
- Author:
- Frank Cornelis
- 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
-
RevokedCertificateSecurityException
public RevokedCertificateSecurityException()
-