FileDocCategorySizeDatePackage
AccountsException.javaAPI DocAndroid 5.1 API467Sat Mar 14 14:09:42 GMT 2015android.accounts

AccountsException

public class AccountsException extends Exception

Fields Summary
Constructors Summary
public AccountsException()

 throw new RuntimeException("Stub!"); 
public AccountsException(String message)

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

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

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