KeyStoreException

public class KeyStoreException
extends Object

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


Se produce cuando se produce un error fatal del almacén de claves.

Resumen

Constructores públicos

KeyStoreException()

Crea un KeyStoreException.

KeyStoreException(String msg)

Crea un KeyStoreException.

KeyStoreException(String msg, Throwable cause)

Crea un KeyStoreException.

Constructores públicos

KeyStoreException

public KeyStoreException ()

Crea un KeyStoreException.

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: Es el Throwable raíz que hizo que el dispositivo dejara de estar disponible.