KeyStoreException

public class KeyStoreException
extends Object

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


Wyjątek ten jest rzucany, gdy wystąpi krytyczny błąd w magazynie kluczy.

Podsumowanie

Konstruktory publiczne

KeyStoreException()

Tworzy KeyStoreException.

KeyStoreException(String msg)

Tworzy KeyStoreException.

KeyStoreException(String msg, Throwable cause)

Tworzy KeyStoreException.

Konstruktory publiczne

KeyStoreException

public KeyStoreException ()

Tworzy KeyStoreException.

KeyStoreException

public KeyStoreException (String msg)

Tworzy KeyStoreException.

Parametry
msg String: wiadomość opisująca problem.

KeyStoreException

public KeyStoreException (String msg, 
                Throwable cause)

Tworzy KeyStoreException.

Parametry
msg String: wiadomość opisująca problem.

cause Throwable: główna przyczyna Throwable, która spowodowała niedostępność urządzenia.