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