Class RevokedCertificateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.examples.signature.cert.RevokedCertificateException
- All Implemented Interfaces:
Serializable
Exception to handle a revoked Certificate explicitly
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRevokedCertificateException(String message) RevokedCertificateException(String message, Date revocationTime) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
revocationTime
-
-
Constructor Details
-
RevokedCertificateException
-
RevokedCertificateException
-
-
Method Details
-
getRevocationTime
-