| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | java.security.UnrecoverableEntryException | |||
Known Direct Subclasses
|
UnrecoverableEntryException indicates, that a KeyStore.Entry
cannot be recovered from a KeyStore.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance of
UnrecoverableEntryException.
| |||||||||||
Constructs a new instance of
UnrecoverableEntryException with the
given message.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new instance of UnrecoverableEntryException.
Constructs a new instance of UnrecoverableEntryException with the
given message.
| msg | the detail message for this exception. |
|---|