Package java.security
Class UnrecoverableEntryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- java.security.UnrecoverableEntryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnrecoverableKeyException
public class UnrecoverableEntryException extends GeneralSecurityException
UnrecoverableEntryExceptionindicates, that aKeyStore.Entrycannot be recovered from aKeyStore.- See Also:
KeyStore,KeyStore.Entry, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableEntryException()Constructs a new instance ofUnrecoverableEntryException.UnrecoverableEntryException(String msg)Constructs a new instance ofUnrecoverableEntryExceptionwith 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
-
UnrecoverableEntryException
public UnrecoverableEntryException()
Constructs a new instance ofUnrecoverableEntryException.
-
UnrecoverableEntryException
public UnrecoverableEntryException(String msg)
Constructs a new instance ofUnrecoverableEntryExceptionwith the given message.- Parameters:
msg- the detail message for this exception.
-
-