Most visited

Recently visited

Added in API level 5

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)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

AuthenticatorException

Added in API level 5
AuthenticatorException ()

AuthenticatorException

Added in API level 5
AuthenticatorException (String message)

参数(Parameters)
message String

AuthenticatorException

Added in API level 5
AuthenticatorException (String message, 
                Throwable cause)

参数(Parameters)
message String
cause Throwable

AuthenticatorException

Added in API level 5
AuthenticatorException (Throwable cause)

参数(Parameters)
cause Throwable

Hooray!