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(String msg)
      Creates a  | |
| 
      KeyStoreException(String msg, Throwable cause)
      Creates a  | |
Public constructors
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 rootThrowablethat caused the device to become
            unavailable. | 
