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