public class CertificateNotYetValidException extends CertificateException
Certificate is not yet valid or
will not yet be valid on a specified date.| Constructor and Description |
|---|
CertificateNotYetValidException()
Creates a new
CertificateNotYetValidException. |
CertificateNotYetValidException(String msg)
Creates a new
CertificateNotYetValidException with the specified
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateNotYetValidException(String msg)
CertificateNotYetValidException with the specified
message.msg - the detail message for the exception.public CertificateNotYetValidException()
CertificateNotYetValidException.