public
class
AccountsException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.accounts.AccountsException |
Public constructors | |
---|---|
AccountsException()
|
|
AccountsException(String message)
|
|
AccountsException(String message, Throwable cause)
|
|
AccountsException(Throwable cause)
|
Inherited methods | |
---|---|
public AccountsException ()