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

Most visited


Recently visited


NoAuthenticationKeyAvailableException

public class NoAuthenticationKeyAvailableException
extends IdentityCredentialException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.security.identity.IdentityCredentialException
         ↳ android.security.identity.NoAuthenticationKeyAvailableException


Thrown if no dynamic authentication keys are available.

Summary


Public constructors

NoAuthenticationKeyAvailableException(String message)

Constructs a new NoAuthenticationKeyAvailableException exception.

NoAuthenticationKeyAvailableException(String message, Throwable cause)

Constructs a new NoAuthenticationKeyAvailableException exception.

Inherited methods

Public constructors


NoAuthenticationKeyAvailableException

public NoAuthenticationKeyAvailableException (String message)

Constructs a new NoAuthenticationKeyAvailableException exception.

Parameters
message String: the detail message. This value cannot be null.

NoAuthenticationKeyAvailableException

public NoAuthenticationKeyAvailableException (String message, 
                Throwable cause)

Constructs a new NoAuthenticationKeyAvailableException exception.

Parameters
message String: the detail message. This value cannot be null.

cause Throwable: the cause. This value cannot be null.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.