Android APIs
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)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AuthenticatorException ()

Added in API level 5

public AuthenticatorException (String message)

Added in API level 5

public AuthenticatorException (String message, Throwable cause)

Added in API level 5

public AuthenticatorException (Throwable cause)

Added in API level 5