Module java.base

Class CertificateNotYetValidException

java.lang.Object
All Implemented Interfaces:
Serializable

public class CertificateNotYetValidException extends CertificateException
Certificate is not yet valid exception. This is thrown whenever the current Date or the specified Date is before the notBefore date/time in the Certificate validity period.
Since:
1.2
See Also: