Module java.base

Class CertificateExpiredException

java.lang.Object
All Implemented Interfaces:
Serializable

public class CertificateExpiredException extends CertificateException
Certificate Expired Exception. This is thrown whenever the current Date or the specified Date is after the notAfter date/time specified in the validity period of the certificate.
Since:
1.2
See Also: