# Print output for @column tags ?> SecureKeyImportUnavailableException - Android SDK | Android Developers

Most visited

Recently visited

SecureKeyImportUnavailableException

public class SecureKeyImportUnavailableException
extends ProviderException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.security.ProviderException
           ↳ android.security.keystore.SecureKeyImportUnavailableException


Indicates that the Keystore does not support securely importing wrapped keys.

Summary

Public constructors

SecureKeyImportUnavailableException()
SecureKeyImportUnavailableException(String message)
SecureKeyImportUnavailableException(String message, Throwable cause)
SecureKeyImportUnavailableException(Throwable cause)

Inherited methods

Public constructors

SecureKeyImportUnavailableException

public SecureKeyImportUnavailableException ()

SecureKeyImportUnavailableException

public SecureKeyImportUnavailableException (String message)

Parameters
message String

SecureKeyImportUnavailableException

public SecureKeyImportUnavailableException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

SecureKeyImportUnavailableException

public SecureKeyImportUnavailableException (Throwable cause)

Parameters
cause Throwable