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.CertificateExpiredException | ||||
The exception that is thrown when a Certificate has expired.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
CertificateExpiredException with the specified message.
|
||||||||||
|
|
Creates a new
CertificateExpiredException.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
|
|||||||||||
From class java.lang.Object
|
|||||||||||
Creates a new CertificateExpiredException with the specified message.
| msg | the detail message for this exception |
|---|
Creates a new CertificateExpiredException.