- UnrecoverableEntryException - Exception in java.security
-
This exception is thrown if an entry in the keystore cannot be recovered.
- UnrecoverableEntryException() - Constructor for exception java.security.UnrecoverableEntryException
-
Constructs an UnrecoverableEntryException with no detail message.
- UnrecoverableEntryException(String) - Constructor for exception java.security.UnrecoverableEntryException
-
Constructs an UnrecoverableEntryException with the specified detail
message, which provides more information about why this exception
has been thrown.
- UnrecoverableKeyException - Exception in java.security
-
This exception is thrown if a key in the keystore cannot be recovered.
- UnrecoverableKeyException() - Constructor for exception java.security.UnrecoverableKeyException
-
Constructs an UnrecoverableKeyException with no detail message.
- UnrecoverableKeyException(String) - Constructor for exception java.security.UnrecoverableKeyException
-
Constructs an UnrecoverableKeyException with the specified detail
message, which provides more information about why this exception
has been thrown.