KeyStoreException
public
class
KeyStoreException
extends Object
Java.lang.Nesne | |
🎃 | com.android.tradefed.util.keystore.KeyStoreException |
Önemli bir anahtar deposu hatası oluştuğunda gönderilir.
Özet
Kamu inşaatçıları | |
---|---|
KeyStoreException()
|
|
KeyStoreException(String msg)
|
|
KeyStoreException(String msg, Throwable cause)
|
Kamu inşaatçıları
KeyStoreException
public KeyStoreException (String msg)
KeyStoreException
oluşturur.
Parametreler | |
---|---|
msg |
String : Açıklayıcı bir mesaj. |
KeyStoreException
public KeyStoreException (String msg, Throwable cause)
KeyStoreException
oluşturur.
Parametreler | |
---|---|
msg |
String : Açıklayıcı bir mesaj. |
cause |
Throwable : cihazın, kök olarak ilişkili Throwable
kullanılamıyor. |