Package org.apache.poi.poifs.crypt.dsig
Class CertificateSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
org.apache.poi.poifs.crypt.dsig.CertificateSecurityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExpiredCertificateSecurityException
,RevokedCertificateSecurityException
,TrustCertificateSecurityException
Exception thrown in case there is something wrong with the incoming eID
certificate.
- 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
-
CertificateSecurityException
public CertificateSecurityException()
-