No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.security.GeneralSecurityException | ||||
↳ | java.security.cert.CertificateException | ||||
↳ | java.security.cert.CertificateNotYetValidException |
The exception that is thrown when a Certificate
is not yet valid or will not yet be valid on a specified date.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
CertificateNotYetValidException with the specified message.
|
||||||||||
|
Creates a new
CertificateNotYetValidException .
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Creates a new CertificateNotYetValidException
with the specified message.
msg | the detail message for the exception. |
---|
Creates a new CertificateNotYetValidException
.