FileDocCategorySizeDatePackage
AuthenticatorException.javaAPI DocAndroid 5.1 API1044Thu Mar 12 22:22:08 GMT 2015android.accounts

AuthenticatorException

public class AuthenticatorException extends AccountsException

Fields Summary
Constructors Summary
public AuthenticatorException()

        super();
    
public AuthenticatorException(String message)

        super(message);
    
public AuthenticatorException(String message, Throwable cause)

        super(message, cause);
    
public AuthenticatorException(Throwable cause)

        super(cause);
    
Methods Summary