KeyStoreException
public
class
KeyStoreException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.android.tradefed.util.keystore.KeyStoreException | ||
Önemli bir anahtar deposu hatası oluştuğunda oluşturulur.
Özet
Herkese açık oluşturucular | |
|---|---|
KeyStoreException()
|
|
KeyStoreException(String msg)
|
|
KeyStoreException(String msg, Throwable cause)
|
|
Herkese açık oluşturucular
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 kullanılamaz hale gelmesine neden olan temel Throwable. |