| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | java.security.cert.CertificateException | |||
Known Direct Subclasses
|
The base class for all Certificate related exceptions.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
CertificateException with the specified message.
| |||||||||||
Creates a new
CertificateException.
| |||||||||||
Creates a new
CertificateException with the specified message and
cause.
| |||||||||||
Creates a new
CertificateException with the specified cause.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new CertificateException with the specified message.
| msg | the detail message for the exception. |
|---|
Creates a new CertificateException with the specified message and
cause.
| message | the detail message for the exception. |
|---|---|
| cause | the cause. |
Creates a new CertificateException with the specified cause.
| cause | the cause |
|---|