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
UnrecoverableEntryException indicates, that a KeyStore.Entry
cannot be recovered from a KeyStore.- 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 Details
-
UnrecoverableEntryException
public UnrecoverableEntryException()Constructs a new instance ofUnrecoverableEntryException. -
UnrecoverableEntryException
Constructs a new instance ofUnrecoverableEntryExceptionwith the given message.- Parameters:
msg- the detail message for this exception.
-