Module java.base

Class CertificateRevokedException

java.lang.Object
All Implemented Interfaces:
Serializable

public class CertificateRevokedException extends CertificateException
An exception that indicates an X.509 certificate is revoked. A CertificateRevokedException contains additional information about the revoked certificate, such as the date on which the certificate was revoked and the reason it was revoked.
Since:
1.7
See Also: