Package java.security
Class UnrecoverableKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- java.security.UnrecoverableEntryException
-
- java.security.UnrecoverableKeyException
-
- All Implemented Interfaces:
Serializable
public class UnrecoverableKeyException extends UnrecoverableEntryException
UnrecoverableKeyExceptionindicates, that a key cannot be recovered from aKeyStore.- See Also:
KeyStore, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableKeyException()Constructs a new instance ofUnrecoverableKeyException.UnrecoverableKeyException(String msg)Constructs a new instance ofUnrecoverableKeyExceptionwith the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrecoverableKeyException
public UnrecoverableKeyException(String msg)
Constructs a new instance ofUnrecoverableKeyExceptionwith the given message.- Parameters:
msg- the detail message for this exception
-
UnrecoverableKeyException
public UnrecoverableKeyException()
Constructs a new instance ofUnrecoverableKeyException.
-
-