KeyStoreException

public class KeyStoreException
extends Object

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


यह तब दिखता है, जब पासकोड स्टोर में कोई गंभीर गड़बड़ी होती है.

खास जानकारी

पब्लिक कंस्ट्रक्टर

KeyStoreException()

KeyStoreException बनाता है.

KeyStoreException(String msg)

KeyStoreException बनाता है.

KeyStoreException(String msg, Throwable cause)

KeyStoreException बनाता है.

पब्लिक कंस्ट्रक्टर

KeyStoreException

public KeyStoreException ()

KeyStoreException बनाता है.

KeyStoreException

public KeyStoreException (String msg)

KeyStoreException बनाता है.

पैरामीटर
msg String: जानकारी वाला मैसेज.

KeyStoreException

public KeyStoreException (String msg, 
                Throwable cause)

KeyStoreException बनाता है.

पैरामीटर
msg String: जानकारी वाला मैसेज.

cause Throwable: वह रूट Throwable जिसकी वजह से डिवाइस उपलब्ध नहीं है.