FileDocCategorySizeDatePackage
UnrecoverableKeyException.javaAPI DocAndroid 1.5 API1676Wed May 06 22:41:06 BST 2009java.security

UnrecoverableKeyException

public class UnrecoverableKeyException extends GeneralSecurityException
{@code UnrecoverableKeyException} indicates, that a key cannot be recovered from a {@code KeyStore}.
see
KeyStore
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public UnrecoverableKeyException(String msg)
Constructs a new instance of {@code UnrecoverableKeyException} with the given message.

param
msg the detail message for this exception
since
Android 1.0


                                           
       
        super(msg);
    
public UnrecoverableKeyException()
Constructs a new instance of {@code UnrecoverableKeyException}.

since
Android 1.0

    
Methods Summary