| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | java.security.cert.CertStoreException | |||
The exception that is thrown when an access to a
CertStore
fails.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
CertStoreException
with the specified message and
cause.
|
||||||||||
|
|
Creates a new
CertStoreException
with the specified cause.
|
||||||||||
|
|
Creates a new
CertStoreException
with the specified message.
|
||||||||||
|
|
Creates a new
CertStoreException
.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
Creates a new
CertStoreException
with the specified message and
cause.
| msg | the detail message for this exception. |
|---|---|
| cause | the cause why the access to the certificate store failed. |
Creates a new
CertStoreException
with the specified cause.
| cause | the cause why the access to the certificate store failed. |
|---|
Creates a new
CertStoreException
with the specified message.
| msg | the detail message for this exception. |
|---|