# Print output for @column tags ?> AuthenticatorException - Android SDK | Android Developers

Most visited

Recently visited

AuthenticatorException

public class AuthenticatorException
extends AccountsException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.accounts.AccountsException
         ↳ android.accounts.AuthenticatorException


Summary

Public constructors

AuthenticatorException()
AuthenticatorException(String message)
AuthenticatorException(String message, Throwable cause)
AuthenticatorException(Throwable cause)

Inherited methods

Public constructors

AuthenticatorException

public AuthenticatorException ()

AuthenticatorException

public AuthenticatorException (String message)

Parameters
message String

AuthenticatorException

public AuthenticatorException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

AuthenticatorException

public AuthenticatorException (Throwable cause)

Parameters
cause Throwable