KeyStoreException

public class KeyStoreException
extends Object

java.lang.Oggetto
com.android.tradefed.util.keystore.KeyStoreException


Generato quando si verifica un errore irreversibile nell'archivio chiavi.

Riepilogo

Costruttori pubblici

KeyStoreException ()

Crea un'eccezione KeyStoreException .

KeyStoreException (String msg)

Crea un'eccezione KeyStoreException .

KeyStoreException (String msg, Throwable cause)

Crea un'eccezione KeyStoreException .

Costruttori pubblici

KeyStoreException

public KeyStoreException ()

Crea un'eccezione KeyStoreException .

KeyStoreException

public KeyStoreException (String msg)

Crea un'eccezione KeyStoreException .

Parametri
msg String : un messaggio descrittivo.

KeyStoreException

public KeyStoreException (String msg, 
                Throwable cause)

Crea un'eccezione KeyStoreException .

Parametri
msg String : un messaggio descrittivo.

cause Throwable : la radice Throwable che ha reso il dispositivo non disponibile.