public class UnrecoverableEntryException extends GeneralSecurityException
UnrecoverableEntryException indicates, that a KeyStore.Entry
cannot be recovered from a KeyStore.KeyStore,
KeyStore.Entry,
Serialized Form| Constructor and Description |
|---|
UnrecoverableEntryException()
Constructs a new instance of
UnrecoverableEntryException. |
UnrecoverableEntryException(String msg)
Constructs a new instance of
UnrecoverableEntryException with the
given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrecoverableEntryException()
UnrecoverableEntryException.public UnrecoverableEntryException(String msg)
UnrecoverableEntryException with the
given message.msg - the detail message for this exception.