public class AuthenticatorException
extends AccountsException
| java.lang.Object | ||||
| java.lang.Throwable | ||||
| java.lang.Exception | ||||
| android.accounts.AccountsException | ||||
| android.accounts.AuthenticatorException | ||||
Public constructors |
|
|---|---|
AuthenticatorException() |
|
AuthenticatorException(String message) |
|
AuthenticatorException(String message, Throwable cause) |
|
AuthenticatorException(Throwable cause) |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
AuthenticatorException (String message)
| 参数(Parameters) | |
|---|---|
message |
String
|
AuthenticatorException (String message, Throwable cause)
| 参数(Parameters) | |
|---|---|
message |
String
|
cause |
Throwable
|
AuthenticatorException (Throwable cause)
| 参数(Parameters) | |
|---|---|
cause |
Throwable
|