FileDocCategorySizeDatePackage
KeyChainException.javaAPI DocAndroid 5.1 API473Sat Mar 14 14:09:34 GMT 2015android.security

KeyChainException

public class KeyChainException extends Exception

Fields Summary
Constructors Summary
public KeyChainException()

 throw new RuntimeException("Stub!"); 
public KeyChainException(String detailMessage)

 throw new RuntimeException("Stub!"); 
public KeyChainException(String message, Throwable cause)

 throw new RuntimeException("Stub!"); 
public KeyChainException(Throwable cause)

 throw new RuntimeException("Stub!"); 
Methods Summary