java.security.cert

Class CertificateNotYetValidException

public class CertificateNotYetValidException extends CertificateException

Exception for a Certificate that is not yet valid.

Since: 1.2

UNKNOWN: updated to 1.4

Constructor Summary
CertificateNotYetValidException()
Constructs an exception without a message string.
CertificateNotYetValidException(String msg)
Constructs an exception with a message string.

Constructor Detail

CertificateNotYetValidException

public CertificateNotYetValidException()
Constructs an exception without a message string.

CertificateNotYetValidException

public CertificateNotYetValidException(String msg)
Constructs an exception with a message string.

Parameters: msg A message to display with exception