KeyStoreException
public
class
KeyStoreException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.android.tradefed.util.keystore.KeyStoreException | ||
Se muestra cuando se produce un error fatal en el almacén de claves.
Resumen
Constructores públicos | |
|---|---|
KeyStoreException()
Crea un |
|
KeyStoreException(String msg)
Crea un |
|
KeyStoreException(String msg, Throwable cause)
Crea un |
|
Constructores públicos
KeyStoreException
public KeyStoreException (String msg)
Crea un KeyStoreException.
| Parámetros | |
|---|---|
msg |
String: Un mensaje descriptivo. |
KeyStoreException
public KeyStoreException (String msg,
Throwable cause)Crea un KeyStoreException.
| Parámetros | |
|---|---|
msg |
String: Un mensaje descriptivo. |
cause |
Throwable: la raíz Throwable que provocó que el dispositivo no esté
disponible. |