java.security

Class UnrecoverableKeyException

public class UnrecoverableKeyException extends GeneralSecurityException

This exception is thrown when a key cannot be recovered from the key store.

Since: 1.2

UNKNOWN: updated to 1.4

Constructor Summary
UnrecoverableKeyException()
Create an instance with no descriptive error message.
UnrecoverableKeyException(String msg)
Create an instance with a descriptive error message.

Constructor Detail

UnrecoverableKeyException

public UnrecoverableKeyException()
Create an instance with no descriptive error message.

UnrecoverableKeyException

public UnrecoverableKeyException(String msg)
Create an instance with a descriptive error message.

Parameters: msg the descriptive error message