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

AuthenticatorException.java

package android.accounts;
public class AuthenticatorException
  extends android.accounts.AccountsException
{
public  AuthenticatorException() { throw new RuntimeException("Stub!"); }
public  AuthenticatorException(java.lang.String message) { throw new RuntimeException("Stub!"); }
public  AuthenticatorException(java.lang.String message, java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }
public  AuthenticatorException(java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }
}