KeyStoreException
public
class
KeyStoreException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.android.tradefed.util.keystore.KeyStoreException | ||
Wird ausgelöst, wenn ein schwerwiegender Keystore-Fehler auftritt.
Zusammenfassung
Öffentliche Konstruktoren | |
|---|---|
KeyStoreException()
Erstellt ein |
|
KeyStoreException(String msg)
Erstellt ein |
|
KeyStoreException(String msg, Throwable cause)
Erstellt ein |
|
Öffentliche Konstruktoren
KeyStoreException
public KeyStoreException (String msg)
Erstellt ein KeyStoreException.
| Parameter | |
|---|---|
msg |
String: Eine beschreibende Nachricht. |
KeyStoreException
public KeyStoreException (String msg,
Throwable cause)Erstellt ein KeyStoreException.
| Parameter | |
|---|---|
msg |
String: Eine beschreibende Nachricht. |
cause |
Throwable: Der Stamm-Throwable, der dazu geführt hat, dass das Gerät nicht mehr verfügbar ist. |