public class UnrecoverableEntryException extends GeneralSecurityException
UnrecoverableEntryException
indicates, that a KeyStore.Entry
cannot be recovered from a KeyStore
.KeyStore
,
KeyStore.Entry
,
Serialized FormConstructor 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, toString
public UnrecoverableEntryException()
UnrecoverableEntryException
.public UnrecoverableEntryException(String msg)
UnrecoverableEntryException
with the
given message.msg
- the detail message for this exception.