FileDocCategorySizeDatePackage
AuthenticatorException.javaAPI DocAndroid 5.1 API507Sat Mar 14 14:09:44 GMT 2015android.accounts

AuthenticatorException

public class AuthenticatorException extends android.accounts.AccountsException

Fields Summary
Constructors Summary
public AuthenticatorException()

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

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

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

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