KeyStoreException

public class KeyStoreException
extends Exception

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


Dikeluarkan saat terjadi error fatal pada penyimpanan kunci.

Ringkasan

Konstruktor publik

KeyStoreException()

Membuat KeyStoreException.

KeyStoreException(String msg)

Membuat KeyStoreException.

KeyStoreException(String msg, Throwable cause)

Membuat KeyStoreException.

Konstruktor publik

KeyStoreException

public KeyStoreException ()

Membuat KeyStoreException.

KeyStoreException

public KeyStoreException (String msg)

Membuat KeyStoreException.

Parameter
msg String: pesan deskriptif.

KeyStoreException

public KeyStoreException (String msg, 
                Throwable cause)

Membuat KeyStoreException.

Parameter
msg String: pesan deskriptif.

cause Throwable: Throwable root yang menyebabkan perangkat menjadi tidak tersedia.