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
|