UnrecoverableKeyExceptionpublic class UnrecoverableKeyException extends GeneralSecurityException {@code UnrecoverableKeyException} indicates, that a key cannot be recovered
from a {@code KeyStore}. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public UnrecoverableKeyException(String msg)Constructs a new instance of {@code UnrecoverableKeyException} with the
given message.
super(msg);
| public UnrecoverableKeyException()Constructs a new instance of {@code UnrecoverableKeyException}.
|
|