KeyStoreException
public
class
KeyStoreException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.android.tradefed.util.keystore.KeyStoreException | ||
Generata quando si verifica un errore irreversibile dell'archivio chiavi.
Riepilogo
Costruttori pubblici | |
|---|---|
KeyStoreException()
Crea un |
|
KeyStoreException(String msg)
Crea un |
|
KeyStoreException(String msg, Throwable cause)
Crea un |
|
Costruttori pubblici
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: la Throwable principale che ha causato la mancata disponibilità del dispositivo. |