No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.security.GeneralSecurityException | ||||
↳ | java.security.UnrecoverableEntryException | ||||
↳ | java.security.UnrecoverableKeyException |
UnrecoverableKeyException
indicates, that a key cannot be recovered from a KeyStore
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new instance of
UnrecoverableKeyException with the given message.
|
||||||||||
|
Constructs a new instance of
UnrecoverableKeyException .
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Constructs a new instance of UnrecoverableKeyException
with the given message.
msg | the detail message for this exception |
---|
Constructs a new instance of UnrecoverableKeyException
.