KeyStoreException
public class KeyStoreException
extends Object
java.lang.Nesne | |
↳ | com.android.tradefed.util.keystore.KeyStoreException |
Önemli bir anahtar deposu hatası oluştuğunda atılır.
Özet
Kamu inşaatçıları | |
---|---|
KeyStoreException () Bir | |
KeyStoreException (String msg) Bir | |
KeyStoreException (String msg, Throwable cause) Bir |
Kamu inşaatçıları
KeyStoreException
public KeyStoreException (String msg)
Bir KeyStoreException
oluşturur.
parametreler | |
---|---|
msg | String : açıklayıcı bir mesaj. |
KeyStoreException
public KeyStoreException (String msg, Throwable cause)
Bir KeyStoreException
oluşturur.
parametreler | |
---|---|
msg | String : açıklayıcı bir mesaj. |
cause | Throwable : cihazın kullanılamaz hale gelmesine neden olan kök Throwable . |