KeyStoreException

public class KeyStoreException
extends Object

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


Thrown when a fatal key store error happens.

Summary

Public constructors

KeyStoreException()

Creates a KeyStoreException.

KeyStoreException(String msg)

Creates a KeyStoreException.

KeyStoreException(String msg, Throwable cause)

Creates a KeyStoreException.

Public constructors

KeyStoreException

public KeyStoreException ()

Creates a KeyStoreException.

KeyStoreException

public KeyStoreException (String msg)

Creates a KeyStoreException.

Parameters
msg String: a descriptive message.

KeyStoreException

public KeyStoreException (String msg, 
                Throwable cause)

Creates a KeyStoreException.

Parameters
msg String: a descriptive message.

cause Throwable: the root Throwable that caused the device to become unavailable.