| 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
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||
Creates a new
CertificateNotYetValidException
with the specified
message.
| msg | the detail message for the exception. |
|---|
Creates a new
CertificateNotYetValidException
.