KeyStoreException

public class KeyStoreException
extends Object

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


Viene lanciato quando si verifica un errore fatale del magazzino delle chiavi.

Riepilogo

Costruttori pubblici

KeyStoreException()

Crea un KeyStoreException.

KeyStoreException(String msg)

Crea un KeyStoreException.

KeyStoreException(String msg, Throwable cause)

Crea un KeyStoreException.

Costruttori pubblici

KeyStoreException

public KeyStoreException ()

Crea un KeyStoreException.

KeyStoreException

public KeyStoreException (String msg)

Crea un KeyStoreException.

Parametri
msg String: un messaggio descrittivo.

KeyStoreException

public KeyStoreException (String msg, 
                Throwable cause)

Crea un KeyStoreException.

Parametri
msg String: un messaggio descrittivo.

cause Throwable: il Throwable principale che ha causato la mancata disponibilità del dispositivo.