KeyStoreException

public class KeyStoreException
extends Object

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


Emesso quando si verifica un errore irreversibile nell'archivio delle chiavi.

Riepilogo

Costruttori pubblici

KeyStoreException ()

Crea una KeyStoreException .

KeyStoreException (String msg)

Crea una KeyStoreException .

KeyStoreException (String msg, Throwable cause)

Crea una KeyStoreException .

Costruttori pubblici

KeyStoreException

public KeyStoreException ()

Crea una KeyStoreException .

KeyStoreException

public KeyStoreException (String msg)

Crea una KeyStoreException .

Parametri
msg String : un messaggio descrittivo.

KeyStoreException

public KeyStoreException (String msg, 
                Throwable cause)

Crea una KeyStoreException .

Parametri
msg String : un messaggio descrittivo.

cause Throwable : la radice Throwable che ha causato la non disponibilità del dispositivo.